Carlo Nucera

Results 20 comments of Carlo Nucera

What needs to be done for this patch to be integrated in ghc-mod?

@DanielG could you point out what would be the simplest (from the perspective of the implementer) way to get ghc-mod to work with ghcjs, even if this means swapping binaries?...

Yeah, same here, it would be nice to have some updated instructions for stack! After `stack unpack ghc-vis; cd ghc-vis; stack init --solver; stack build` I get the error: ```...

Thinking about it, maybe a possibility would be to view it in a special `#+BEGIN_SRC: ... #+END_SRC` block.

Your approach makes sense, I'll think about it and ask some opinions on what would be the better way to deal with this. In the meantime, should I open an...

What would be needed to complete babashka integration?

Yes, I wondered that too; I prepared the outline this way for two main reasons: * There are some libraries that are essential for reflex work, like `reflex-servant` which probably...

- Sure, I forgot to put the other link, editing! - Do we have a datatype for Permissions, defined somewhere in our codebase?

What we did in this sprint We used reflex to model the users and roles overview and editing pages: doing this required: ## In the shared and server code We...

I have the same problem - namely, if I try to do `INSERT` or `CREATE TABLE` I get: ``` Error: This ResultSet is closed. ``` I could provide the appropriate...