akaessens
akaessens
**Problem statement** MacOS provides a system interface for using the dark mode. On other platforms a simple solution to enable dark mode is not available. [background-color] is not applicable to...
Hello, First, great application! I have an idea for a very helpful new feature: It would be nice to re-order images before exporting as pdf. This is especially useful if...
With fstrings we can format identity expressions: ```python a = 1 string = f'@a@' ``` Positional arguments with string.format() ```python a = 1 '@0@'.format('a') ``` In our use case, we...
I came across events following another scheme: xy.facebook.com/events/s/description/event-id/ where the parsing fails. An update is needed for those uris