Elouan Martinet
Elouan Martinet
Hi, I've created the project [acme-dns-sidecar](https://github.com/Exagone313/acme-dns-sidecar) that reads Kubernetes secrets and write values into the sqlite database. I succeeded to create a "stateless" acme-dns deployment where I don't use any...
Actually, assets are loaded using a relative path in the repository: https://github.com/TwinProduction/gatus/blob/76d45d7eb8bca0dcf01e503234832d45e8aee884/main.go#L34 My proposal is to bundle assets into the `gatus` binary, to ease distribution with a single binary. This...
When performing an HTTP request, Gatus computes the duration for the whole HTTP client library call, which includes the DNS request time. My proposal is to make the response time...
Currently, if GNOME Keyring is not installed, spot asks for account credentials each time it is started. Saving username and password in a configuration file should be avoided, that is...
Hi, If you use an archive permalink that is not a directory and not ending by `.html`, such as `/:year`, it generates a file without extension, instead of adding `.html`...
Fixes a potential buffer overflow and a compilation warning (`warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]`). The COM_StripFilename function is only used once on...
Hello, I have a condition when hunspell will run into an infinite loop. This seems to be related to the text parser. I'm not friendly with the code base so...
Hi, Would it be possible to provide a PDF version in the future? People may not like to use GitHub to access your guide. Thanks for your consideration.
While a file (e.g. an NDS rom) is loaded, window is frozen/unresponsive. It probably uses the same thread for user interface and file loading. OS: Arch Linux Version: refactor 977e0976ca1822ca734a35e7afbac2ec0ab20515...
Hi, I have a cluster with two nodes: * the first node is home to deployments using *local-path-provisioner* (aka `first.example`) * the second node (aka `second.example`) was recently added to...