David Pätzel
David Pätzel
I often have mathematical expressions in Zettel titles, e.g. ```markdown # Proof that $1 \neq 0$ … ``` I *thought* that links to such a Zettel got rendered correctly in...
**Describe the bug** I'm not sure whether it's a bug but my emanote browser tabs seem to use a lot of RAM; 1GB and more each (as displayed by Firefox's...
Hi, thank you for developing and maintaining this part of MLJ! :slightly_smiling_face: I was wondering how one would go about the following: I created a custom MLJ model type (let's...
Hello @johannesgerer! Are there any plans to advance this project? Or fix some of the more urgent bugs such as #40 (buchhaltung is incompatible with more recent versions of aqbanking...
This commit should fix incompatibilities with aqbanking 5.99.44.0, see #40. Note that I build using Nix; I personally did not get the old stack build to work—thus the hlegder-lib version...
This makes the whole project compile with the most recent `hledger-lib` version. The changes required were minimal—however, I'm not able to test it due to PSD2 being in effect and...
It would be good, if the Tracker worked when using an InetSocketAddress with a port number of 0 (which, according to the Java API, lets "the system pick up an...
Hi, thank you for developing and maintaining this awesome library and ecosystem! I'm not entirely sure but could it be that the documentation for the `AdamW` optimizer is a bit...
Thank you for developing and maintaining this awesome project! :slightly_smiling_face: **Describe the bug** I'm trying to specify Python packages by ``` languages.python = { enable = true; package = pkgs.python310.withPackages...
Hi! Thank you for developing and maintaining this library! I just noticed that the [docstring of `CosAnneal`](https://github.com/FluxML/ParameterSchedulers.jl/blob/22742e1e3c955c783fb512ea4e92a1a2e2065443/src/cyclic.jl#L189) may be incorrect? Shouldn't it be ``` t̂ = restart ? mod(t -...