Tobias Zanke
Tobias Zanke
i just reviewed the test code and incorporated some changes i am familiar with.
While writing a test for my implementation with `FlowSharedPreferences` i discovered a unexpected behavior of the Flow: ### Test Code: ``` @Test fun testBug3() = runTest { val tokenPreferences =...
**Is your feature request related to a problem? Please describe.** the search is not working because type ahead is opening a (false positive) matching page when search is startet with...
after reboot, the traffic data starts at 0. This change ignores the counter resets and sums the values properly. 100year Look back window is needed to have a working graph...
The dashboard was never updated in grafana labs: https://grafana.com/grafana/dashboards/11147-openwrt/ Last update: 2019 Can you upload a new revision with the merged fixes?
I have a string containing a unicode control char (mail subject) unicode:`\x88` utf-8: `\xc2\x88` original MimeType: `=?UTF-8?Q?=C2=88?=` Yaml Renderer creates the following line in restframework: `subject: "\x88"` (unicode) The client...
Doesnt look right:  openSUSE Leap 15.2 Gnome Version 3.34.7 I also deleted `/org/gnome/shell/extensions/system-monitor` but no luck.
### Issue: Unable to Resolve Multi-Module Dependency in Nx Spring Boot Project Hello, I'm quite new to both Nx and Spring Boot, and I'm currently facing an issue that I...
While debugging with django-polymorphic i deleted some data without django-polymorhpic. The real instances table rows are gone, but in the base polymorphic table, the rows with `polymorphic_ctype_id` still exist. BaseClass.objects.all()...