Lars Rune Nøstdal

Results 8 comments of Lars Rune Nøstdal

Suggestion; use a front end reverse proxy like e.g. nginx to deal with these things. http://wiki.nginx.org/XSendfile http://wiki.nginx.org/X-accel ...nginx can also handle uploads in a similar way.

Hi, https://oche.com/ is using Editscript for syncing game-state to Cljs UIs among other things. `:quick` algo is used for local clients, and `:a-star` is used for remote ones. It is...

Yeah, hiding the chain of traces is a **big** mistake. I believe https://github.com/AvisoNovate/pretty is the culprit really. To deal with this I had to create my own `:output-fn` which basically...

Of course this is pointless here in this example, but in other cases the exception and the cause traces are both actually needed. Compare: ``` user> (clojure.stacktrace/print-cause-trace (Exception. "hi" (Exception....

Hi there! I'm doing something similar to nr. 1 now - but nr. 2 seems like a better idea. I don't know about alternatives to the pretty printing done by...

Surely this is not fixed? If I delete a directory on the remote, sync fails to remove the same directory at the target. Things like `--ignore-errors` don't help. I tested...

OK, I might look into those keywords and some elisp later (tho pretty much a noob with elisp :P). I suppose using two directories each with different branches of the...

By they way, `:thread-pool (org.eclipse.jetty.util.thread.VirtualThreadPool.)` works great with this -- testing for a few hours now. ⚡😄