Oldřich Jedlička
Oldřich Jedlička
I am using Elements as a Web Component and corruption happens with history router too. The result is absolute link (with `basePath="/api/docs"`) `/api/docs/mailto:[email protected]`
Step 1 - renaming a file, which was installed by `apt`, is generally a bad idea. When you rename a file of an installed package, `apt` will stop keeping track...
Finally, I was able to debug it from GoLand. The `filepath.IsAbs` simply returns `false`, because `volumeNameLen` is `0`. https://github.com/golang/go/blob/e828fbdffe3318b976aa12d2aee27d4a53bc9f12/src/path/filepath/path_windows.go#L40-L57 So definitely the secrets file needs the same care as volumes,...
Tested also in `github.com/docker/compose` with changed `go.mod` to replace `github.com/compose-spec/compose-go` with `github.com/oldium/compose-go` (latest `fix-abs-paths` branch commit) and issue #304 is really fixed for me.
What about to extend exception handling to at least cover some real use cases? Like one in issue #619, where certbot is trying to detect the base domain by simple...
Do you plan to do the refactoring job or do you want me to do something here? One difference between Bungeecord and Velocity implementation is that the `ForceLoginTask` is delayed...
The TCP/UDP ServicePort distinction is addressed in #2619. The problem that both tcp and udp cannot be specified in single syslog entry cannot be fixed in that Pull Request, the...
> Any update on this? I'll have to fork the latest branch and merge these changes manually. It's really painful. Sorry, no time for that. But I see that you...
I compiled it again with just logging enhancements of _updown_ plugin, I gave it priority 2 while the _resolve_ plugin had priority 1. Grep for DNS in logs: ``` strongswan...
I am using _swanctl_, is there a workaround for this? I just want to get all DNS servers when the updown script is called. Also the `resolve` plugin in default-priority...