pklapperich
pklapperich
The [publication on PyPi](https://pypi.org/project/remarshal/) doesn't have any description. It would be nice if it at least linked to this github repo.
### Issue description I have a Pipfile to which I added a 2nd `[[Sources]]` section in order to pull in some of Intel's MKL packages. Even when explicitly marking all...
The example systemd service file might work on some systems, but per [man systemd.unit](https://www.freedesktop.org/software/systemd/man/systemd.unit.html), one should always combine an After=FOO with either Requires=FOO or Wants=FOO. > Before=, After= > A...
So I'm probably just masking a different bug with this but... Sometimes my hangupsbot crashes with exit status 0. IDK if it's getting killed by an external process (oomkiller seems...
Not all of the available constants are immediately obvious. It would be nice if they were documented similar to the available customizations. - $(GitRepositoryUrl) - The URL of the default...
I was a little disappointed to get to the [wiki page for wlan](https://wiki.grml.org/doku.php?id=wlan) and see it says it "works out of box" but then the whole page is just about...
### Problem Description Two of the applications I use in PWAs are chat.google.com and meet.google.com. If I don't have "openOutOfScopeInDefaultBrowser" set, then links I click in meetings or in chat...
Using `Flatpak 1.15.4`, `xdg-desktop-portal-gtk 1.14.1-1`, and `xdg-desktop-portal 1.16.0-3`. The only Flatpak app I have right now is `LibreOffice org.libreoffice.LibreOffice 7.5.4.2` and its dependencies. My desktop environment is XFCE4 4.18.1-1. My...
I'm not able to use Pin 7 (PL10 aka GPIO362) as either input or output from RPi.GPIO-PineA64. From the shell, however, I can export 362 and it works as both...
Example: ``` In [1]: import RPi.GPIO as gp In [2]: gp.setmode(gp.BOARD) In [3]: gp.setup(28,gp.OUT) Segmentation fault (core dumped) ubuntu@pine64:~$ ``` I'm using an SOPINE with the baseboard, in case this...