Stefan Schindler
Stefan Schindler
With this error message you need `cmake`. My tip for debian systems is `sudo apt install build-essential clang cmake git libssl-dev`
Hi This problem is hunting me too. Were you able to look into it? Cheers
This would solve part of the problem thanks! The other is that the local dns servers may not be around after the network change. I am wondering if I have...
On Linux, we could subscribe to NetworkManager on dbus or an inotify change of `/etc/resolve.conf` and then reload the settings on network change automatically. Not sure how this would work...
Design wise I would go with an allow list only. Then searching a short list is very fast so we don't need any fancy data structure.
I like the idea, but I am not sure how we can do it. Can we redesign the lib as a whole? To make the structure simpler and increase the...
If we rewrite the lib, can we do it with TDD? CC: @knsd @neuschaefer @rockneurotiko
I would like to help :smiley: The bot using this lib has a handwritten parser which I developed with the integrated test suite: https://github.com/coredump-ch/coredumpbot/blob/master/src/user_input_compiler.rs#L383 I made a Telegram group, if...
Thank you for bringing this to my attention. It influenced the design for 2.0.
Hi you can test it in the 2.0 branch now. If you have feedback, I am happy to listen. Cheers, Stefan