Alexander Polakov
Alexander Polakov
Started here https://github.com/LTD-Beget/syncookied/wiki/Metrics
Hi, can you be more specific at what exactly do you want to achieve?
syncookied requires a dedicated network card which will be disconnected from linux network stack. If you have a supported card installed in your router which is not used, you can...
I'm having the same issue and came to the same conclusion by looking at TcpServer code.
Hi, I'm happy the project was useful for you! Now to the point, I actually considered using nix, but decided against it for two reasons: **1.minimal dependencies** I think, in...
You could get a [handle](https://github.com/polachok/fahrenheit/blob/master/src/lib.rs#L120) and use its spawn_obj method, or just top-level [spawn](https://github.com/polachok/fahrenheit/blob/master/src/lib.rs#L42)
I don't have a windows machine (and windows programming experience), so I'd need help with this one!
I think the problem this PR is inspired by is that it's `register_*` macros use default registry and creating metrics with non-default registries is very verbose. At least that's what...
lapin-futures is an amqp library with future-based api
I did some research on this and found that in `ui_call_event` msg_show args are valid before calling lua callbacks and become corrupt after. Then `UI_CALL` is called with bad args...