Speeder
Speeder
Notifications aren't working. Using Galaxy S10+, Android 9. I've checked notification settings and they are enabled both in the application and system. Turned sound and vibration off in Cathode-settings to...
I disabled battery usage limitation, everything else was off already. I will update when the next episode comes out.
While not the most optimal, I've mostly worked around this issue using Tasker: * Create a "Calendar Entry" profile for `Google:Upcoming episodes` * Create a task to show the notification:...
> Thanks for the report and all the details. We will look into this next week. Hello @bgeller, Did you have any time to look into this issue yet?
It seems to me that replacing the following code in `ftvhelp.cpp` / `reSortNodes` has no side effect and fixes the issue: ``` if (node->file == "index") { // do not...
# .dox ``` /** \page some_id Some Title # Section `with code span` # content \subsection mysectionid with code span content */ ```  # .md: ``` Some Other...
(note: while there I think it would be a good idea to update Markdown's to for modernization's sake)
I have started debugging this issue...
Warnings generated: ``` C:/Projects/product_config/engine/modules/core/mod_core/doc/guides/internal/btm/btm.md:1: Warning: Multiple use of section label '', (first occurrence: C:/Projects/product_config/engine/modules/core/mod_core/doc/guides/internal/btm/btm.md, line 1) C:/Projects/product_config/engine/modules/core/mod_core/doc/guides/internal/btm/btm.md:1: Warning: Multiple use of section label 'guides_core_threading_btm' while adding section, (first occurrence: C:/Projects/product_config/engine/modules/core/mod_core/doc/guides/internal/btm/btm.md,...
I've found the reason why the titles got emptied and provided a workaround that I think looks better than the original code. There is still something fishy going on in...