Matthias Riße

Results 62 issues of Matthias Riße

I use a nixos service which utilizes systemd's DynamicUser feature (tiddlywiki). I am unsure how to make a secret accessible only to this service. The usual approach of setting the...

I am running a NixOS system with tmpfs as root and use impermanence to provide ssh host keys at the usual location in /etc/ssh. The sops-nix secrets for users seem...

This PR fixes the extraction of ssh public key comments that contain spaces and introduces a new test case for that. Therefore this also makes the output of `wormhole ssh...

When sending a ssh public key that was generated with something like `ssh-keygen -C "comment with spaces"` the output of `wormhole ssh accept` only shows the comment until the first...

hey, first of all, great project! now, is it possible to download whole playlists at once? Not specifically from youtube but in general, I'm trying to set up sort of...

enhancement

As part of my work I needed an implementation of extended EOF analysis and decided to update the PR from arulalant. I implemented the suggestions you made there, namely moving...

**Describe the bug** When pressing the copy button for a rooms password the following will be put into the clipboard: ``` $ xclip -o -selection clipboard -t text/html jDdXFXme ```...

The following happens if using shellspec with the latest version 2.54 of yash in a mostly empty directory: ``` $ yash --version Yet another shell, version 2.54 Copyright (C) 2007-2023...

Pyfilesystem2 makes use of this module which got deprecated at some point. This leads to noisy DeprecationWarning's in the test suite of a project using pyfilesystem2. To reproduce: ``` >>>...

When upgrading pint to 0.23 we encountered this issue in MSS: ``` Traceback (most recent call last): File "/home/icg149/mambaforge/envs/mssdev-311/lib/python3.11/site-packages/matplotlib/axis.py", line 1770, in convert_units ret = self.converter.convert(x, self.units, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...