Marlon Regenhardt
Marlon Regenhardt
This could be done using [redirects](https://forum.obsidian.md/t/wikipedia-style-redirect/62526/2) if they are implemented.
Is [this](https://github.com/Exelord/git-commits/blob/2d3ac59ac18dd66cd95313dee600674cf486f966/src/extension.ts#L173) the place that needs an error check? Maybe I'll work on that. Haven't worked with vscode extensions before, will be a learning experience.
Turns out it wasn't all that complicated, as Inquirer directly supports paging.
I have the same problem with a python cell. Unfortunately it's not deterministic, as it works most of the time, just sometimes keeps running forever after printing the four plots...
Nope, instead I just didn't use `prune_unused`. Could of course just copy the content of https://github.com/CodeReclaimers/neat-python/blob/master/neat/genome.py into `site-packages/neat/genome.py`.
This is now possible using [BaGetter](https://github.com/bagetter/BaGetter) 1.5.0 with https://github.com/bagetter/BaGetter/pull/156 merged. It does only support this simple use case for now, but may be extended with scopes or permissions in the...
Since a major update is planned anyway, would you accept a PR amending that?
The PR for this is already merged so I guess this only waits for the next release now.
Yes please, would prefer not to compile it myself.
Could add a [FidoFactory](https://gitlab.com/Regenhardt/fido2-webauthn-blazor/-/blob/master/Server/FidoFactory.cs) and use it in one of the examples. Mabye a bit cleaner with a `Uri` instead of a string, and maybe it can be added as...