Rafal Dittwald
Rafal Dittwald
Something that may make connecting chlorine and figwheel-main easier is that it is possible to expose a socket REPL on top of a figwheel-main REPL, as per the example here:...
@seancorfield Thanks for the clarification. No `io-repl` exists in `cljs.*`, but I was able to get it working (!!!) with the following: ``` (defn io-repl [& {:keys [repl-env]}] (cljs.repl/repl repl-env))...
In response for the request for feedback (https://github.com/ptaoussanis/sente/issues/259#issuecomment-245492379). Here is a report on some tests I've done: Summary: - adding `:ws-kalive-ms` back to the client (https://github.com/ptaoussanis/sente/commit/d925b66a7adae600ca2dc84cededc4302a010f11 ) has made it...
@danielcompton I tested over the internet (both deployed to a VPS, and also running in dev on a different machine on the same network). I will do some tests in...
I did some more testing on disconnect-detection with the network being disabled on the server-side and client-side. Here are my results: ### Time for Client to Notice an Abnormal Client-side...
I've updated my post above w/ new data. With the client-side `:ws-keep-alive`, each browser will eventually notice a disconnect (which wasn't the case before). However, the time to detect varies...
I was getting `454 4.7.0 Too many login attempts, please try again later` when trying to send many emails through Gmail via SMTP. I was going to check if postal...
Here's a list of all the underlords kernel issues on my system since August (output of `journalctl -t kernel | grep underlords`: https://gist.githubusercontent.com/rafd/3362ed9e7867090709d31e6e0c5b7efc/raw/bd33398a8a5f8d531f78364700a2c7de24d6ed7f/underlords_syslog.txt
if you're still stuck, things seem to work fine when using [cocoon](http://github.com/nathanvda/cocoon) instead of [nested_form](http://github.com/ryanb/nested_form)
@alysbrooks I added attribute conversion tests for my patch, which test the behaviour of Reagent **plus** React (b/c React also does additional stuff on top of Reagent). I don't have...