Dane
Dane
This is a feature request. We use multiple configuration files to keep our HAProxy configuration layout less cluttered. We start haproxy like so: ``` /usr/bin/haproxy -f /etc/haproxy/haproxy.cfg -f /etc/haproxy/conf.d/ ```...
Hi, I had a typo in my systemd unit for the data plane service, pointing the `--haproxy-bin` option to `/usr/bin/haproxy` instead of `/usr/sbin/haproxy`. This resulted in useless error messages from...
Hello, I installed the Flatpak version on Fedora 32, but I've lost a map I spent hours working on because the application doesn't error when attempting to save in the...
Hello, When running the exporter, I noticed on a ZeroW it's pretty much pegging the CPU at 50% all the time. Looking at your code I can see that you're...
Hello, In production we're using valid TLS certificates _only_ for securing the connection, not validating the client. However in test I'm using self-signed certificates for this. There doesn't appear to...
Hi, With a fresh install of 0.5.0 using pip (`pip install column` in a fresh virtualenv), I'm getting the error "`'module' object has no attribute 'SSL_ST_INIT'`" when attempting to use...
## Description Use absolute paths when opening files on disk for upload. Closes #3555 ## Type of change Please mark options that are relevant: - [x] Bug fix (non-breaking change...
## Description Closes: #3550 Ensure the absolute path to the manifest is used. Also stops any error from being printed on stderr. ## Type of change Please mark options that...
## Description Aborts the lease on OVF upload failure. Closes #3554. ## Type of change Please mark options that are relevant: - [x] Bug fix (non-breaking change which fixes an...
**Describe the bug** Similar to #3550, the actual file uploads that `Importer.Upload()` attempts are done via relative paths. This results in the file not being found when the upload is...