Bit Connor

Results 64 comments of Bit Connor

Here is the approach I sometimes use. It's ugly but gets the job done. Benefits are that it is very lightweight and standalone, and also has zero runtime cost. ```typescript...

> Given one goal of ADL is to generate idiomatic code in each target language[...] In my opinion, the idiomatic Haskell way is to always use strict fields for records...

I suppose that it is possible that annotations could work for most of this stuff (ADL's annotation merging feature is very useful here!). But I am a bit worried that...

Interesting. Could you please explain a bit more what this does, maybe with an example? And the difference between the "info" command? Thanks!

I'll have to think about this... Can you please explain under what circumstances you end up with the leftover socket file? It should usually be automatically deleted when the hdevtools...

The proper way to stop the hdevtools process is to run `hdevtools --stop-server` This should make sure that the socket file is cleaned up.

Yes, this should be fixed in #28 which I will try to find time to merge (and update hackage) in the next few days

Hi, first of all, thanks for submitting this patch, and I apologize for taking a while to respond. First of all, Windows support is definitely a great feature to have...

Hi @nh2, thanks for this. I'm not quite sure why you were originally having problems. As you observed, hdevtools is using lots of memory, and so it should be caching...

hdevtools currently does not know anything about cabal. I have some experimental code that extracts the project settings from a `.cabal` file, but it's not currently complete. For now, you...