Moritz Raguschat

Results 9 issues of Moritz Raguschat

This addresses the points mentioned in https://github.com/splitbrain/dokuwiki/issues/3645

A verbose explanation why including colons and periods in section IDs should be allowable and does not cause problems can be found in this 3 year old issue: https://github.com/splitbrain/dokuwiki/issues/2580 Running...

ToDo: needDocUpdate

The JS compactor produces invalid output in many cases. This has been touched upon in other issues: https://github.com/splitbrain/dokuwiki/issues/1367 https://github.com/splitbrain/dokuwiki/issues/2755 But to be more precise, I have found the following concrete...

Hello! Since upgrading a server to PHP 7.3 (only from PHP 7.1 I believe?) there appear now warning messages ~~for admins~~ not only for admins, apparently stemming from code in...

I had problems implementing a sharding counter in Datastore that would work under stress. When there was a lot of traffic (syncing huge amounts of data) with many entity update...

question

I tried to download these two videos: https://www.youtube.com/watch?v=z5LW07FTJbI https://www.youtube.com/watch?v=ujhj7mfvIQk Simply doing it as described: `ytdl $url > $filename` The sound is okay in both. But the video is garbled, flickering...

**Describe the bug** If "ValidJson" is enabled, it will remove unnecessary escapes (backslashes) from JSON on "autofix". That is unnecessary. Those backslashes don't make the JSON invalid. This would not...

bug

**Describe the bug** If "ValidJson" is enabled, it will remove unnecessary escapes (backslashes) from JSON on "autofix". That is unnecessary. Those backslashes don't make the JSON invalid. This would not...

Bug
area:theme-check

Instead of overwriting /etc/nginx/nginx.conf, why not add configs in /etc/nginx/sites-available and symlink them as is common? This is just bad and reckless. How do I get my old nginx.conf back?...