Konstantin
Konstantin
Pane Relief plugin has apparently introduced [some kind of sliding pane support ](https://github.com/pjeby/pane-relief#simple-sliding-panes-mode) in the most recent version, but this doesn't seem to work either, or at least I couldn't...
@deathau yep, this seems to work now, thank you very much for the update! you're right in that panes are still a thing, and i should have called them "panes"...
There is an [alternative solution](https://github.com/JetBrains/teamcity-docker-agent/issues/74#issuecomment-1715429613) that doesn't require patching Dockerfiles or images.
You don't have to patch the Dockerfile or rebuild the image: a correct combination of environment variables (`$TEAMCITY_AGENT_OPTS`) and mounted keystores (`/data/teamcity_agent/conf/trustedCertificates`) would work just fine: ```bash # First, import...
Wanted to chime in here... [Note properties ](https://help.obsidian.md/Editing+and+formatting/Properties) became a built-in feature of Obsidian, and it would be great if CardBoard could support them in the same way tags are...
After patching the `passhole.py` as suggested aove, passhole v.1.10.0 fails under Windows when trying to import transitive dependency `pwd`. The dependency path: passhole -> pykeepass_cache -> daemon -> pwd. `pwd`...
Hi, I am trying to follow the solution from the first post, but `sshd` does not seem to let my `gitea` user in. HTTPS works just fine. What I did...