Nicolas Schneider
Nicolas Schneider
There were multiple issues in the past that discuss error handlers and unhandled exceptions, but I couldn't find one that exactly matches my problem: I have a global error handler...
When running Voice and turning off my screen, it immediately turns back on and it looks like the Always-On-Display is getting triggered: the lock icon gets displayed, the current time...
This implements the proposed cmd_mkbackupdir option from #20. Previously, you'd have to create btrfs subvolumes for possible snapshot directories (.sync and lowest_interval.0) for all hosts manually before running rsnapshot for...
The following example does not raise a D417: ```python def foo(a, b): """Foobar. Args: a: test Raises: KeyError: description """ pass ``` There is also no error raised when replacing...
The following example code has a parameter named `oops` in the docstring, although it does not exist (anymore) in the function signature: ```python def foo(arg) -> None: """Description. Args: arg:...
Why are adaptive icons placed in `drawable` instead of `mipmap`? Android Studio puts them into `mipmap` and all documentation says that launcher icons should go into `mipmap` instead of `drawable`....
It would be great if the backup to the microSD card could be encrypted with a user defined password to prevent giving attackers full access to funds in case they...
It would be great if the firmware would support [BIP85](https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki). BIP85 basically allows to derive other seeds from the master seed, which would allow to create multiple seeds for other...
How to best integrate Room with a Firebase database? Should we subscribe to Firebase updates and write the received data into a local Room database as a persistent local cache...
The timestamp of a DLL seems to have at least some kind of role as a unique identifier that is relevant to the loader. Using the same timestamp for different...