Andreas Kohn
Andreas Kohn
@JaapRood yes, that's a fair description.
Mostly to subscribe to the discussion: We ran into the same issue, but decided that it's ok in our case to let caddy bind to both TCP and UDP and...
FWIW: This also seems to fix things for a "Wave Keys" keyboard; I do not have two devices. Fedora 40 + Wayland setup. ``` [INFO] Config file does not exist,...
In the case of running using `-count=10` we get this output: Basically one line identifying the benchmark, and then it repeats once for each requested count. The question is whether...
I guess this obsoletes #79 and #80. Can confirm that it fixes build issues with gcc 13 on Fedora 39.
I'm seeing the same behavior, the action is configured as: ```yaml - name: Lint uses: golangci/golangci-lint-action@v4 with: version: latest # Use the existing caches for ~/go/pkg/mod and ~/.cache/go-build skip-pkg-cache: true...
Late, but still for future research: This might actually be caused by the way this adapter injects environment variables, see https://github.com/abiosoft/caddy-yaml/blob/64fbdd07cf02bf7cdb227bae3017ca7251f25c18/template.go#L37-L54 Basically it assumes that environment variable names are valid...
According to http://cordova.apache.org/docs/en/latest/guide/appdev/whitelist/index.html#ios-whitelisting and https://issues.apache.org/jira/browse/CB-11440 (default is NSAllowArbitraryLoads=true) this plugin seems to be indeed unneeded?
Must have misread the git repo reference, thanks a lot!