identicalsnowflake

Results 8 comments of identicalsnowflake

Any activity here? I'm coming from Redis, which has cjson builtin to its lua scripting package, so I do not have the option of simply using a fork. This issue...

I encountered something similar. For me, the underlying cause was I was using unboxed sums, and GHCI doesn't support them (running `cabal new-repl`, even with `-fno-code`, produces a weird error...

I don't see any buffer named `*haskell-process-log*` (do I have to enable it somewhere?) My .emacs file has this for loading haskell-mode: ``` (add-to-list 'load-path "~/Tools/haskell-mode/") (require 'haskell-mode-autoloads) (add-to-list 'Info-default-directory-list...

@pvmart your patch works for me! `C-c C-l` loads successfully now and properly shows warnings (GHC 8.2.2).

For what it's worth, I was able to get S3 uploads working, but it's not at all straightforward, and it's not really this library's fault -- Amazon has made things...

I do have a private fork and can successfully make authenticated requests from client-side JS, but it's been a while - I'll have to look and see what I did....

@ChShersh I don't -- for my purposes, the canonical requests are signed server-side and delivered to the client (in my case, just some JS in a browser), and all actual...