David Scherfgen

Results 12 issues of David Scherfgen

I trained for 10 epochs (just to see if it works), then wanted to continue training for another 10 epochs: `train.py --num_epochs 20 --continue_training 1 --epoch_start_i 10` After the first...

When `autoSubscriptNumerals` is set to `true`, then it becomes impossible to type fractions or parentheses inside a subscript (like in the base of a logarithm) because then the `/` and...

This fixes issue #936 by giving the `Class` parser a `latex` method, so that it can output its own LaTeX representation, just like `TextColor`.

The `\class{}{}` command, used for giving CSS classes to its content, doesn't translate back to LaTeX, meaning that `.latex()` will return garbage and not the original command. Example that can...

When requesting to load a specific library version, ReLinker currently expects the filename to be like `libname.so.`. I faced some problems when trying to build apps with native libraries that...

MathJax versions 2.x and 3.x are all present on cdnjs, 2.7.8 is the only one that's missing. Please add it as well.

🏷 Library Request
⚙️ Auto-update

I'd really like to have the option to completely disable the use of external DNS servers and always use the network DNS server. Sometimes Blokada uses an external DNS server...

Most settings in the web UI are saved locally in the browser so that after reloading the page, they will be restored to their previous values. This isn't the case...

Imagine you have a large set of cached small items (e.g. results of user queries) that are compressed using zstd and its dictionary feature. As the cached data evolves over...

I just aborted a sync, so one big file ended up being pulled only half. The next sync, that file didn't get synced again. better-adb-sync should check if files have...