Joel Bodenmann
Joel Bodenmann
Connection timeouts (on both HTTP and WS connections) are currently hard-coded to 30 seconds. Make this configurable. See `expires_after()`.
Commit 671c003795c460b061e62b4afa247b498352714a introduced to code to set the SNI hostname on HTTPS requests from the client as many hosts simply refuse the handshake if this is not present. We have...
I'm really not happy with the naming scheme used by the newly introduced `controller_run_result`. It doesn't really reflect the design of the system appropriately in my opinion. I'd propose renaming...
The HTTP client should provide a setting that allows the user to control whether redirects are followed automatically. Currently, redirects are not followed automatically. I'm considering adding this for the...
For certain properties, such as numeric values, it can be interesting to optionally specify a `min/max` range. The assignment of values should clamp the value within this range. GUI editors...
### Question? Is there a way to remove the `QR Code` and `About` entries in the top menu bar?
Let there be three hosts: `A`, `B` and `C`. All of them use ZFS. - `A` is the primary production server. - `B` is an on-site backup destination host with...
Since the introduction of URL support (90048bec800e8e896357089003779b850a9247b8), malloy depends no longer on header-only libraries of boost. This means that the CI system has to build the necessary boost binaries and...
Thank you for this great Add-On! Would it be possible to get a new release?
I have updated SOCI from commit `b7b470e66d81be1346224f68206738e0ff872e59` to the `v4.1.2` tag. Everything works fine on non-Windows platforms. However, my DLL (which consumes SOCI) fails to build on Windows using msys2...