David Arnold
David Arnold
Here is another good one: The expressivity to be able to _canonically_ encode the intent to _not_ use a nixpkgs type input _also_ as a channel must be preserved for...
I think this aproach is favourable: https://github.com/prettier/prettier/issues/8506#issuecomment-659604909 See also: kaelzhang/node-ignore#58
If it doesn't work with `nix` out of the box, that's at least a bit "suspicious" upfront. :smile_cat: ``` $ nix profile install nixpkgs#visidata $ vd --version Traceback (most recent...
Unrelated, but sad. :cry: ``` nix profile install nixpkgs#mln error: flake 'flake:nixpkgs' does not provide attribute 'packages.x86_64-linux.mln', 'legacyPackages.x86_64-linux.mln' or 'mln' ```
Just want to say how desperately I'd need this. Not desperately enough though to hijack this PR :smile: I hope you can lift this over the final hurdle for merge.
> If someone would like to guide me on how (in the sense of how do I pass down the password to asyncgit) and where to add it, I can...
Works. 
We use [Nix to patch our way to happiness](https://github.com/input-output-hk/bitte/blob/master/pkgs/consul/default.nix), so I'm not immediately incentiviced to push this. The HC team should feel free to take over.
https://dgraph.io/badger https://github.com/mishudark/eventhus/blob/master/eventstore/badger/badger.go https://github.com/timshannon/badgerhold
Eventstore: https://dgraph.io/badger See implementation for event sourcing: https://github.com/mishudark/eventhus/blob/master/eventstore/badger/badger.go https://github.com/timshannon/badgerhold (for convenient read models) Plus Polling-Publisher Message Relay https://microservices.io/patterns/data/polling-publisher.html It also seems this might be a bit tricky with the current...