SoftExpert

Results 40 comments of SoftExpert

Is there something else keeping back the release of v2.2.0 ?

Could be interesting to provide integration with KeePassXC / Bitwarden or similar ...

Personally I prefer how the details are displayed in the Projects section of GitHub - a sliding panel that allows to scroll content. This covers just half of the board...

When closing, Podman Desktop removes `podman.sock` (found at `/run/user//podman/podman.sock`). At least on my system this is happening; podman process is still active, but the socket file is gone. I think...

My 2 cents here - the name of one service should be unique, so that it avoids confusion (especially when debugging / tracing through logs); maybe having a collection of...

Thank you for the quick response, phuslu! Since there are major difference in how compression commands are available (sometimes you need to declare specific executable paths in Windows) and how...

If it helps, here is the core of my log compression approach; `utils.SuspendableTicker` is just a fancy ticker that can be paused and restarted. ```GO package logging import ( "FA/scanxp/utils"...

@OdeToOpenSource : that is awesome, thank you for working on this feature!

Since the [pull request #4723](https://github.com/johannesjo/super-productivity/pull/4723) has been closed without merging, what is the status of this feature?

Actually the recommended version would be [v4](https://github.com/yaml/go-yaml?tab=readme-ov-file#version-intentions) : `go.yaml.in/yaml/v4`