u
u
> Also, is there a way to put all the songs in the playlist into the queue at once at this time? no, to pass `--no-playlist` to the songbird's ytdl...
can easily support SSL with just a little code addition on httpbeast. example, I already support SSL with [https://github.com/2vg/mofuw/blob/master/tests/SSLapp/app.nim](https://github.com/2vg/mofuw/blob/master/tests/SSLapp/app.nim). However, please be aware that there is a bug in the...
@yyyc514 You can use wrk instead of ab. Although ab is a single thread and old tool, but wrk runs in multithreading. If you want to use wrk with single...
`var theme` is not thread-safe. using `{.threadvar.}`.
The theme variable is shared by all server threads.
yes
@mprkins Well, asyncdispatch2 uses Future based on heap allocation. At the moment, I am not going to migrate, but if asyncdispatch 2 uses a Future based on stack like [mofut](https://github.com/2vg/mofut),...
[https://fastcgi-archives.github.io](https://fastcgi-archives.github.io)
sorry, forgot comment out "auth.headers_hook(request.headers)" in /login . but, raised this error. ```shell An error has occured in one of your routes. Detail: test.nim(45) test asyncdispatch.nim(1507) runForever asyncdispatch.nim(1511) poll asyncdispatch.nim(1277)...
cool :) I am looking forward to the benchmark. Let's decide the rules of the benchmark. Imitating TechEmpower's rules would result in the following. - The recommended URI is `/plaintext`....