webfolderio
webfolderio
Hi, I tried to build [SpicyPass GUI for Windows](https://github.com/webfolderio/SpicyPass-windows) enviorment. It works quite well on Windows but there are two minor issues. * Dialogs and main window is not centered....
Thanks for the great port. It works quite well on my Windows 10 except non-English characters. When i press a non-English character, nano did not print the char.
Hi, Thanks for such a nice library. Could you please add a donate button to readme file. I will be happy to make a donation to your project.
Hi, From the Restinio doc.: [Request handler](https://stiffstream.com/en/docs/restinio/0.4/requesthandler.html) > Body can be accesed by `request_t::body()` function which returns a reference to `std::string`. Why do you preferred `std::string` instead of a suitable...
Hi, Akumuli terminates the process if a non-recoverable error occurs. This might be ok for embedded C/C++ usage (libakumuli) or daemon (akumulid) applications. But this usage is not suitable if...
Hi, Which algorithm is used by group-aggregate to down sample metrics. Largest Triangle Three Bucket (LTTB), or average value etc... Thanks
Hi, Is it possible to add unix domain socket support to Akumuli? Users might bind tcp, udp and http address to socket file instead of IP address. [libmicrohttpd Unix Domain...
Hi, Do you have plan to publish [vcpkg](https://github.com/Microsoft/vcpkg) package?
Hi, Thanks for clean and simple API. Do you have plan to support ByteBuffer or ByteArray(byte[]) support to jnipp?