Derek Chiang

Results 30 issues of Derek Chiang

Hello Erik, First of all, thank you very much for this awesome package! I'm developing a web application and I'm strongly considering using hood. However I will be using Sqlite3,...

Our rate limit has been increased by Riot. Do we need to configure Kayn to make it aware of the new limit? Or is it handled automatically?

question

First of all, congrats on the great work! Loving making dapps in ClojureScript so far thanks to your excellent libraries. I'm attempting to create a contract while also sending it...

I've installed Quicklisp and yet when I launch the server it's complaining that Quicklisp can't be found. ``` ➜ ls ~/quicklisp asdf.lisp client-info.sexp dists local-projects quicklisp setup.lisp tmp ➜ sbcl...

I have a setup where I have two nodes A and B and a pub server P. A and B are both connected with the pub. A and B [followed...

bug
pinned
Backlog

This issue should perhaps be put on `appc/spec`, but I'm temporarily putting it here to reduce noise. As discussed OOB, we were planning to use `pathWhitelist` to represent file removal....

dependency/external
priority/Pmaybe

I'm editing an OPT project and apparently whenever I save a file, SublimeErl tries to compile it. How do I disable this feature? Thank you.

question

Hello, I'm not sure if I didn't set up the configuration correctly, but for some reason the code completion isn't showing useful results. For example when I type "io:", what...

Hello, Consider this piece of code indented by SublimeErl: ``` put(Pid, X) -> Pid ! {self(), {put, X}}, receive {Pid, Msg} -> Msg after 3000 -> timeout end. ``` IMHO,...

It would be good if we could register callbacks to be executed when a new block is minted/sealed. This will make building a blockchain event processor easier, for instance.

Feature
L3