Val V
Val V
Hello, is it possible to use lfs-enabled git repositories in the official images' specs? according to that, git-lfs binary must be installed on the side they're pulled/cloned to. Thanks in...
Hello, I'm trying to set up `doas` on OPNsense, and getting `authentication failed` error. `sudo` works fine for the same user. OPNsense is based on FreeBSD 13.0 and I'm running...
keepmenu can already read keepass databases, so implementation of this should be trivial. We probably don't need to spin up a daemon for this and should forego caching altogether. Rationale:...
I think pandoc can be great for cases when you need to build output documentation in many formats. But for a lightweight Python project that needs only Markdown and manual...
### Summary Ansible doesn't update user uid/gid on Alpine. May be related: #61911 ### Issue Type Bug Report ### Component Name user ### Ansible Version ```console $ ansible --version ansible...
Trying to embed steganography binary itself into a 1.3M png image: ``` ./steganography encode -i expansion.png -e steganography -o exp.png Password: ... * Image size: 1280x1024 pixels * Encoding level:...
I'm running Vivaldi 3.3, and wherever on the window I try to use `grabc`, it always gives me color `#170000`. GTK-based color pickers, e.g. [colorpicker](https://github.com/Ancurio/colorpicker) reports color value correctly. Is...
It'd be nice to have proper multi-screen support, so the frame would appear on every screen instead of the virtual screen, where only parts of it would be seen on...
`/otr authq "Question?" answer` in a private dialog with the recipient results into revealing the answer on the other end. `/otr auth user "Question?" answer` works fine.
puri segfaults after launching with no arguments, like so: ```shell $ puri Segmentation fault ``` I guess this case should be handled gracefully.