Giter Site home page Giter Site logo

nmonad's Introduction

Currently working with DevOps. A few of the things I've worked and / or fiddled with, to some significant extent:

Git Docker Helm Kubernetes OpenShift Container Platform GitHub Actions Jenkins CI Circle CI Terraform Packer Ansible Salt AWS Google Cloud Platform Datadog Prometheus Grafana Node.js React Jest Pytest C C++ Python Java Haskell Bash GitLab RHEL Debian Arch Linux CentOS Sass HTML5

nmonad's People

Watchers

 avatar  avatar

nmonad's Issues

Add tests for NMonad.DBus that spawn temp daemons in containers

To have tests that cover the NMonad.DBus module, it is necessary to make use of DBus daemons, preferably running inside temporary test containers.

Running containers for unit / integration tests is not a new concept, and support for them exists in Haskell to a limited extended in testcontainers. In fact, work into this has been done in test/add-dbus-tests.

DBus authentication and the very package for Haskell have proven to be a bit of a roadblock. Running commands inside provisioned containers, which is straightforward when working with test containers in imperative languages, is also something to look into so we do not depend on packages being installed locally.

Add xmonad-like support for recompilation

XMonad has a self-explanatory recompile command for convenience. It may also attempt to recompile user configuration on start, depending on how it's been set up.

Since one of the goals of this project is to achieve extensibility through behaving as a library more so than an executable, it would be interesting to add support for this to NMonad as well.

Commit to lenses or selectors while eliminating ambiguity

GHC's symbol selection despises ambiguity, and if we start using qualified imports or fully qualified names for record updates or mixing lenses with selectors in the same module, I'm afraid spaghetti code will ensue.

Either we should commit to lenses entirely and dispense selectors through {-# LANGUAGE NoFieldSelectors #-}, or eliminate ambiguity by changing the names of lenses defined in NMonad.Lenses.

Note: the lenses module is being / was added in #4, along with support for basic notification hooks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.