Ludger A. Rinsche
Ludger A. Rinsche
I can confirm that installation does not work as decribed, when I try to install into a subdirectory. It works if I copy and modify a existing config.php (using the...
> How about > > ```css > body { display: grid; min-height: 100vh; } > body > footer { align-self: end; } > ``` > > This seems to have...
I am adding https://github.com/HelloLudger/todo.md-Peggy-Grammar to the list of similar projects. I am not trying to build a third standard, I want to formalize what `todo.md` and `todo-md` have done.
> If you work on projects for or **visited by public institutions in Germany**, there are chances that these visitors are using an old, restricted Windows machine. 😢) @silllli this...
Are you thinking too complicated? The named dictionary for base64 has 65 characters, it includes the =. The custom function can't produce the same output given the input, it will...
So your plan is to use `_compress`/`_decompress` if the dictionary length is 2^X and use the current `custom...` function if not? That doesn't sound too complicated, I could do that,...
I never understood why converting an empty string would return `null` instead of `""`. My emotional expectation would be that `""` is the return of an empty input and `null`...
@wkrick that would be an explaination, but I found no arguments to support that `""` is no valid Base64 (or the other way around). - Stack Overflow: https://stackoverflow.com/questions/15212127/is-an-empty-string-valid-base64-encoded-data-of-zero-bytes-length - `window.atob`...
Yes... nothing that could be done without breaking. Only idea I have (and read here before in another context) would be adding mirrored functions with a new systematic of return...
Neither the standard example app nor your legacy example app work on Windows PCs used by _some_ German administration (Firefox 93, but also Chrome and Edge don't work). As far...