Silvio Clécio
Silvio Clécio
Hi. It seems the client can't reach the server: https://covplot.live cheers
Hi. I'm developing a small open source tool for retrieving weather info that retrieves the latitude/longitude from the user location. Since your service provides exactly this, I would like to...
And many other improvements below.
Hi. Firstly, thanks for this great job! So, I noticed the library doesn't contains any error handling, and this would be very useful to find errors in complex expressions. Edit:...
Hi. Do you have plans to allow to specify certificates (`.pem`, `.pfx`, `.p12` etc.) for client authentication? I did a small change in file `streams.rs` ([line 51](https://github.com/sbstp/attohttpc/blob/73d650b35e615847f61c26a30114eb70429e1f97/src/streams.rs#L51)) just to test...
Hi. Is there any option to use `get_mac_address()` and retrieve the MAC address of the active interface? Thank you!
If would be nice to provide binaries for `linux-arm`, `linux-armv7` and `linux-aarch64`, allowing the users to run `see` on embedded systems like `Android`, `Raspbian` and so on (e.g. [miniserve/releases](https://github.com/svenstaro/miniserve/releases)).
It would be nice to allow the user to configure the "[worker_threads](https://github.com/wyhaya/see/blob/master/src/main.rs#L33)" and "[max_blocking_threads](https://github.com/wyhaya/see/blob/master/src/main.rs#L34)". It can be useful for those who run `see` on hosted systems (AWS, Azure) and/or on...
One of the most important features in the popular servers like Nginx and Apache is the ability to extend them. For example: - List of Nginx extensions: https://www.nginx.com/resources/wiki/modules - List...
Hello, Is there any plan to make it compatible with Delphi XE 8? I tried to use that, but the bsonDoc unit doesn't compile on this compiler. Thank you!