Chris Done
Chris Done
(See here for the `split-window-below`: https://github.com/chrisdone/god-mode#nice-keybindings)
Any ideas for such a combo?
Is this the latest version of this code? https://github.com/grin-compiler/ghc-whole-program-compiler-project/tree/master/external-stg-compiler/lib/Stg/GHC
If you're looking for ideas about the UX, in Intero we have "suggestions" (based on reading suggestions from error messages provided by GHC) and the UI looks like this: http://commercialhaskell.github.io/intero/#suggestions...
I found this by accident just now after looking up #646 again; I'm finding use for this `manage` in different scenarios. In the linked issue it was auto-focusing a text...
Maybe you could crib [`intero-multiswitch`](https://github.com/commercialhaskell/intero/blob/master/elisp/intero.el#L2092) to provide a UI like this:  [intero-apply-suggestions](https://github.com/commercialhaskell/intero/blob/master/elisp/intero.el#L2446) just applies things in an order to not conflict with eachother. E.g. we insert type-signatures in reverse...
I’m not maintaining this package anymore. I’m going to archive it. Please feel encouraged to fork if desired!
It might be difficult to “drop in” lucid over xhtml onto a codebase that’s using strings everywhere and see an instant performance improvement due to the use of `T.pack`, both...
Another thing to check would be: are you writing the resulting HTML to eg a file directly via the builder, or are you converting to another intermediate string type?
I haven't worked on this for a while so I don't remember the context. I'll come back to this issue if I return to writing PureScript.