patrolez
patrolez
>KeePass Totally agree. I was searching if that function was written by some third-party and found this topic. This is shameful 'bump', but I do not see another way to...
@dfrommi, @kongo09: Peter and siren wrote solution, I will let myself provide some examples. >Looks like the purifier only sends a new message if something changed siren meant reding status...
I am not a TypeScript developer, but I can only say well done! :+1: It works under Linux for me also! I wonder if @emilioastarita is still interested to maintain...
Every Open-Source project which deals with new Spotify API struggles with this problem after recent API upgrade. ## Solution 1 - upgrade to new WebApi The official way to do...
I guess that the solution is to remember that under Linux there must be `exec` option flag passed for the mountpoint: https://www.reddit.com/r/linux_gaming/comments/uiz4h1/comment/i7g7vzg/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button The `exec` flag is also implicitly assumed when...
@btubbs Hello. I can confirm that it happens also for me. ## Error ```shell File "/builds/Sse.py", line XYZ, in ASDASDASDASD for event in self._client: File "/usr/lib/python3.8/site-packages/sseclient.py", line 100, in __next__...
@andreafresa in my case `sseclient-0.0.24` was enough to make everything work properly, so I have pinned this specific version to my project.
This is the output of command "mount" in openSUSE Tumbleweed: ``` /dev/nvme0n1p1 on / type btrfs (rw,relatime,ssd,discard=async,space_cache=v2,subvolid=266,subvol=/@/.snapshots/1/snapshot) /dev/nvme0n1p1 on /.snapshots type btrfs (rw,relatime,ssd,discard=async,space_cache=v2,subvolid=265,subvol=/@/.snapshots) /dev/nvme0n1p1 on /boot/grub2/i386-pc type btrfs (rw,relatime,ssd,discard=async,space_cache=v2,subvolid=264,subvol=/@/boot/grub2/i386-pc) /dev/nvme0n1p1...
There are some similarities between script variables and environment variables and ShellCheck can distinguish both via naming convention. https://github.com/koalaman/shellcheck/wiki/SC2154 https://github.com/koalaman/shellcheck/wiki/SC2153 Is it any possibility to apply some naming conventions for...
~Ok, I would like to precise how things are going.~ ~Before placing the UDEV rule, `Plasma Desktop` was displaying burst of notifications which said that volume is not reachable or...