saddy001
saddy001
It would be nice to see the _shares * (current price - buy price)_ in the widget.
Tested and working, but without the "usermod -a -G tty pi" command. I executed this on the terminal and I'm unsure if it should be added to configure_pokerth() (as it...
Please add the possiblity to get the caches defined at a class. What I actually need is a way to invalidate all caches at once and I don't want to...
I have posts older than May, 30th. However, they are not deleted. ``` pi@raspberrypi:~ $ cd /home/pi/Programs/mastopurge && ./mastopurge --noninteractive --maxage "30 days" 2021/06/29 16:27:07 MastoPurge configuration found! Reading config....
It would be nice if an HD audio codec would be used instead of the lossy SBC. If the source material is lossy too (mp3) the overall quality doesn't improve...
allow treeopen keyword for TreeItem
In TableEditableItem's the TextInput has 2 lines: 
Hello, this is * Ubuntu 18.04.5 with compiled xrdp v0.9.15 and xorgxrdp v0.2.15 * ./configure --enable-fuse --enable-pixman --enable-tjpeg While version .14 was all fine, after updating to v.15, everything seemed...
I'd like to resurrect https://github.com/duytq94/flutter-intro-slider/issues/18 because indeed hot reload would be very useful. For me, it's not working even when I use the suggested ``` Navigator.pushReplacement( context, MaterialPageRoute(builder: (context) =>...
I had to do the following modifications to make it compatible with Sparkasse: ```python xml = re.sub(r'.+', 'NOTPROVIDED', xml) xml = re.sub(r'.+[\S\n ]+?\n', '', xml) xml = re.sub(r'.+[\S\n ]+?\n', '',...