Dennis Gosnell

Results 253 comments of Dennis Gosnell

Oh wait, I see that you already have a suggestion in #46! Let me take a look at that

> can you add support for emacs-like keybindings? like we have in xmonad Do you mean where you can make key bindings that require the user to press, for example,...

@dopamane Sorry for taking a while to get to this. I'm somewhat hesitant to introduce an extensible key map like this. I'd ideally like to expose an abstraction to the...

PureScript has built-in extensible records, which might work for you depending on what you're trying to do: https://github.com/purescript/documentation/blob/master/language/Records.md. PureNix compiles PureScript's built-in records to Nix attrsets. PureScript also has a...

`stack` was marked as transitively broken, but I just tried building it locally on x86_64-linux and it built fine. Thank you to whoever got the underlying package working!

Sorry for taking a while to respond to this, I completely forgot about it! A couple random thoughts: - When launching Termonad, it will do a recompile, but I guess...

One more thing: - [ ] After adding new Hackage packages, make sure to add both me (@cdepillabout) and @Vlix as maintainers so that either of us can do uploads...

Thanks, I appreciate it! I'll merge when CI passes.

Ah thanks! I've fixed this with https://github.com/cdepillabout/stacklock2nix/pull/69

> executable to hackage is not necessary as anyone can just build it, given this repo I'd recommend releasing it to Hackage, since Hackage is supposed to be for both...