Dobromir Nikolov

Results 30 comments of Dobromir Nikolov

Static linking at this point in time is very very painful with Haskell. It works for simpler use-cases but fails the moment your project gets a tad bigger. On the...

Hi! Thank you for the kind words. The overall goal is to not have to do anything manually. Could you provide a repro?

I haven't done .NET for a few years now, so it's unlikely that I'll do it, but PRs are welcome!

Is there any workaround for this? One additional bug with it is that (probably due to the the many different `haskell-language-server` processes) changes in one module don't get reflected in...

I found a solution for me. The problem was that I was working in a folder that was in another partition and was accessing it via a symlink. VSCode would...

Hey all. What's left for this one to get in?

I can take that one, but how do you suggest for it to be implemented. An analyzer seems to suit best, but you could also throw an exception during `ConfigReader.Load`.

Hey! I've thought about it but unfortunately haven't sat down to actually write it down. As for project templates, I'm not really sure as there are plenty already made. There...

That looks pretty good. I wasn't aware of this syntax previously but might just switch to it. Do you want to take it up? If not, I might be able...

Wow, thanks! Maybe this should make it into the docs or at least the cook books?