Daniel Vianna
Daniel Vianna
@rev087, I get lost when using ng-inspector in Plunkr. I am using $q.
Interesting. ```bash cabal repl exe:level02-exe ``` works as expected. ```elisp ;; .dir-locals.el ((haskell-mode . ( (dante-target . "exe:level02-exe") ))) ``` Does not help. Notice below that Dante does pick up...
``` --- This is the buffer associated with the GHCi session. This buffer is normally hidden, but the GHCi process ended. EXTRA TROUBLESHOOTING INFO Process state change: exited abnormally with...
Useless. It works with `new-repl` and without `.dir-locals.el` seamlessly. If I just place `.dir-locals.el` in the directory it simply kills dante. With or without `new-repl`, and with or without `flycheck`,...
Two cents: + 1 I *love* the API. This is very tidy and not making a wholesale copy of `pandas` or `R` functionality. This looks like Haskell. + 2 I...
It seems the obvious thing would be to create a `.xprofile.example` file in the root directory of this project. I've been looking for @IvanMalison's for a while, but you didn't...
Actually, another `dotfiles` repo under taffybar would be perfect.
That's a very sane approach! However this takes the configuration instructions away from a simple list of programs that work well with Taffybar and moves it to a deeper discussion...
A list of tools that are known to work well with taffybar? It is nice to get up to speed quick.
It also took me a while to realise that I could drop a css file in ~/.taffybar and it would just work. Some of the documentation I found through Google...