pogobanane

Results 14 issues of pogobanane

adds 4 new commands to commands.py for window smart window tiling: Move and resize windows to the known positions left, top-left, top... for example via the arrow keys. Shove a...

feature

Expected behaviour of editors: I run `marker myfile.md ` and marker starts, opening myfile.md. This is the behaviour i know from evince, mousepad, firefox... I want this this behaviour in...

documentation

FEATURE REQUEST: I would love to have a command line interface for Marker to compile a pdf, tex or html file from my markdown file. With that feature i could...

enhancement

Keep auth cookies in a cookie jar which is seperated from the users cookie jar. Leads to nextcloud servers not having to verfifyPassword for each request. @marcelklehr Please check especially...

First, thanks for `sops.templates`. It is the one final thing i was missing for sops. But: `sops.templates` is insecure: it does not use tmpfs. Templates should be symlinked to secrets.d...

To make it work with dpdk 22.11, we have to patch a variable in flowruleparser.hh (see [1]). To make it work with dpdk 23.07, we need additional patches (see [2])....

bug

### Describe the bug Set the "Timeline of the entire programming exercise > Release Date": I can select another year in the date picker, but the year does not get...

bug

shows which user and process asked the nix-daemon to build a derivation ``` Summary: owner pid nr_processes → derivation foobar 2104885 3 → /tmp/nix-build-fastclick-2024.01.15-21.drv-1 ```

Running many small commands via ssh on one host is slow, because of ssh-connection-buildup overheads per command. Also, i want to use python functions instead of bash e.g. to work...

enhancement

**Is your feature request related to a problem? Please describe.** Extending features will explode parameters for many/most functions. **Describe the solution you'd like** Factory pattern: Work on a factory object...

enhancement