Ben Mellor

Results 34 comments of Ben Mellor

This issue is affecting me too; I've been using this package in my powerline config on local machine and it's working great, but I just tried copying my setup onto...

Great; I'll be happy to test a potential fix if you implement one.

Oh yeah, I obtain Dante through Nix. It seems to be using commit a25ae9e5b5425cffdd88d498777e90ea8655fa37 currently.

I just hit a use case for this. I'm using quasiquotes to provide a nicer literal syntax for a length-indexed list, so I use haskell-src-meta to easily support any haskell...

Am I right in thinking that the essential problem is that there's no template haskell representation *of* template haskell syntax (like quasiquotes), so to produce a `TH.Exp` we have to...

What I'm seeing is that syntax highlighting doesn't treat the contents of indented strings as strings (with two *single* quote characters as delimiters, not double quotes). It doesn't appear to...

This would be incredibly helpful. At the moment what I'm doing for a web project is using 3 separate cabal packages: `common`, `backend`, and `frontend`. I have a `cabal.project` file...

I'm confused by this too. The violation message says "Avoid using document.write", and the URL slug of the documentation it links to is "removing-document-write", so when I went to read...

Actually I see from https://github.com/nix-community/home-manager/pull/314 that it was decided that status-notifier-watcher shouldn't be a dependency of taffybar, even by default. Maybe we should add an option to taffybar so people...

@cstich Thank you, that's awesome! That has finally fixed this issue for me. @itsfarseen You can just use e.g. open a shell with `nix shell 'nixpkgs#nix_2_3` to run older versions...