Disco Dave

Results 9 comments of Disco Dave

> Did anyone get this working (i.e. specifically the `libpq` dependency)? Hey there, I recently gave this a try for myself and it appears to currently work. Here were the...

I'd like resurrect the ideas discussed by @m-renaud and @jkarni in #56. Does anyone else find these ideas worth pursuing still or is using a simple function in the handler...

I would like to play around this and see what happens. I believe they were discussing adding an extra field to the `Delayed` record. This is probably will I will...

The other suggestion that was made was about adding the user to the context. Isn't this impossible since we get `AuthResult user` from within the DelayedIO? ```haskell instance ( n...

I'm also confused how I could implement an `addAuthorizeCheck` for the given definition of delayed. ```haskell data Delayed env c where Delayed :: { capturesD :: env -> DelayedIO captures...

Yes it is fsautocomplete that increases in memory indefinitely and also appears to make more processes. This goes on to the point where my memory gets full and starts swapping....

The FsAutoComplete's stay running even after vim is closed. This picture is taken about a minute after closing vim. [Imgage of htop a minute after closing vim](https://i.imgur.com/HBigT8H.png)

The problem is definitely occurring for me when Syntastic marks something as an error. I also noticed the autocompletion doesn't seem to work for fsharp either, so maybe there is...

This doesn't seem to be affecting me anymore.