Salvatore Sanfilippo
Salvatore Sanfilippo
My wife is a designer, even if a busy one. I think during this weekend I'll try to make her creating a Load81 logo :)
Hello, in theory this is a good idea but in practice development becomes slower. For instance recently I translated the file to use open street map, and I could just...
Hi, thanks for the PR. In general it looks like a good idea. May I ask why you are using strpbrk instead of strchr?
Probably due to the fact that I use a global for $user ? Apparently in Sinatra globals are shared among the whole environment, will switch to Sinatra properties soon to...
Hello @lamby, maybe there is a problem in the patch? Running it on OSX results in `#define DISQUE_BUILD_ID "0"`.
Hello, in general you can force ordering in a not-ordered queue, if you have some way to keep state during job processing. So imagine M1, M2, M3, and you want...
Hello, thanks for your contrib, I hope that we don't break other systems with TERM set to NULL but actually having escape sequences. Isn't there another discriminant we can use?...
@potomak I use the usual stuff like apache benchmark or other similar tools (there is another quite good available via homebrew, but I can't remember the name right now), to...
Hello @sunheehnus, this is in general a good idea, but the skiplist is so easy to navigate and requires so little state that I would make it more like a...
Hi! I like it, thank you for your contribution :) p.s. I'm trying to implement the new stuff, especially related to karma, in a way that is easy to enable/disable...