awb99
awb99
Hi John! We are working on a new version of gorilla repl: github.com/pink-gorilla We have clojurescript kernel also now and we use shadow cljs to manage npm dependencies. are you...
I am running Manjaro/Arch Linux: ``` community/zeromq 4.2.2-2 [installed] Fast messaging system built on sockets. C and C++ bindings. aka 0MQ, ZMQ. community/node-gyp 3.6.2-1 [installed] Node.js native addon build tool...
I am still new to node-zmq, but I understand req-res is synchronos; or perhaps in other words there is a link between request and response. I dont see any way...
Hi! I think I found a error in zmq4. Runnign your subber.js sample, I am getting this messages"received a message related to: containing message: ". I assume, that they should...
I love the idea of this project! Tailwind css files are always very big (2mb full set, 4mb full set with dark and light theme) and the time it takes...
The below snipped works for port 80 for letsencrypt challlenges, but fails to work for port 180 for example. ``` const Redbird = require('redbird'); const redbird = new Redbird( {...
transit tests are commented out. should your library be used? or is it irrelevant due to clojure having tagged literals?
tick
Another great library for using in sci would be tick. I guess it is the standard for clojure/clojurescript to handle time/date/instant/etc. The tick.core namespace contains some macros (but just a...
If there is one library that I would like to use in sci that it is missing, it would be timbre. https://github.com/taoensso/timbre Timbre defines logging macros (trace, debug, info, warn,...
The .cljkonfo directory and directories below it contain lots of files that look like normal source code. Could it be that they just got copied there by mistake? Regards