Nicolas Guiard

Results 14 comments of Nicolas Guiard
trafficstars

Regarding this, I have a data preparation function that needs to be `async`, and needs to be called for each thread, giving slightly different things to each one (for example,...

My experience with this is, running via pm2, it works out of the box on my Mac, but not on a Win10 machine. (the script run by itself shows the...

Actually, upon further testing, it appears that my issue on Windows 10 was linked to the way I had pm2 starting up. I used nssm (Non-Sucking Service Manager) to make...

There is a PR proposed for this (#52), I don't if there's a reason it has not been merged. Encountered the same problem following the tutorial.

@ajmwagar Are you aware of https://github.com/krpc-rs/krpc-rs? I have used it a few years ago and it worked fine with a few tweaks. (just chiming in, in case you weren't aware...

@ajmwagar Oh yeah actually what I was using was krpc-mars, my mistake. Awesome initiative of yours to fork it :D

I just ran into this bug, and I thought I had a reproduction for you but it disappeared on me... In the hope that this can be helpful: on the...

It happened to me again! I was able to narrow down a bit more stuff on working / non-working queries, and try `set timescaledb.enable_chunkwise_aggregation = off;`. PG16 and TimscaleDB 2.13...

Yes, this is actually incorrect. If you have: ```julia post_params = Dict("p1" => "something with a space", "p2" => "yes no") ``` Then, ```julia URIs.escapeuri(post_params) ``` will give you ```...

Hello, Sorry for the late answer. I don't know how to fix this right now or how to apply the fix appearing in the video. It might be that updating...