Fabian Peter Hammerle

Results 7 issues of Fabian Peter Hammerle

Hi, I get "Unable to start capturing: Invalid argument" on a Raspberry Pi 2B running Raspberry Pi OS Bullseye: ```sh $ sudo -g video ustreamer --resolution 1920x1080 -- INFO [13606.486...

type:bug

``` [general] status_path = "~/.local/share/vdirsyncer/status/" [storage local] type = "filesystem" path = "~/Calendar/" fileext = ".ics" [storage google_calendar] type = "google_calendar" token_file = "~/.local/share/vdirsyncer/tokens/google-calendar" # https://console.developers.google.com/apis/credentials/oauthclient/****.apps.googleusercontent.com?project=vdirsyncer-**** client_id = "secret" client_secret...

``` [storage local] type = "filesystem" path = "~/Calendar/" fileext = ".ics" post_hook = "~/.config/vdirsyncer/post-hook" ``` > warning: Error executing external hook: [Errno 2] No such file or directory: '~/.config/vdirsyncer/post-hook'...

before: ```sh $ /data/data/com.termux/files/usr/libexec/termux-api Keystore ... -e algorithm ALGORITHM ... $ ssh-keygen -D $PREFIX/lib/libtergent.so Enter PIN for 'tergent': PKCS#11 login failed: error 84 login failed cannot read public key from...

```python root@Omega-****:~# python3 Python 3.6.10 (default, Apr 09 2020, 14:46:56) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import cc1101 >>> with cc1101.CC1101(spi_bus=0, spi_chip_select=1)...

bug
help wanted

Fixes: https://github.com/astronouth7303/xontrib-z/issues/8

`ZHandler.__init__` reads `$_Z_EXCLUDE_DIRS`. However, neither `cmd_handler` nor `ZHandler.add` check against this list. Example: ```sh $ $_Z_EXCLUDE_DIRS = ['/tmp', '/tmp/a'] $ $_Z_DATA = '/tmp/z' $ cat /tmp/z /tmp|1|1536146454 $ mkdir a...