Marten Lienen

Results 11 issues of Marten Lienen

With this fix, the extension is taken from the path of the URL instead of the complete URL. The previous implementation would erroneously search for an extension in the query...

copybara-import

In unbalanced OT with small `reach`, `f` can become `inf` in some cases which should not matter because it is multiplied by 0 (`alpha` is 0 in the cases where...

Indiscriminately enabling autograd at the end of the loop also enables it when the user had explicitly disabled it before. This is a common occurrence when the loss is computed...

Before, the run name would only be set when a run hash has been specified by the user, which is only the case in unusual circumstances, e.g. when a previous...

As you wrote in your excellent [blog post on eldoc](https://www.masteringemacs.org/article/seamlessly-merge-multiple-documentation-sources-eldoc), space in the echo area is a precious resource. Therefore, I think movement commands should not spam it with messages...

Hyperref has an option where it creates backreferences to the sections instead of pages. Since in papers sections are often shorter than a page, those would be more accurate and...

enhancement

This bug was probably introduced during refactoring at some point.

If external monitors are repeatedly connected and disconnected, a state could arise where some containers are not in the workspace sequence and `get_order` returns `None`. This would raise an exception,...

Hi, the following code produces a `(wrong-type-argument sequencep gpu)` with ivy and prescient. ```emacs-lisp (let ((candidates '((default "julia") (remote "ssh")))) (completing-read "julia binary" candidates)) ``` The problem is that https://github.com/raxod502/prescient.el/blob/47fef02cc32b1fcd8ca97ec801572f5ba91a1a2a/prescient.el#L475-L476...

ಠ_ಠ
ivy

It seems that in recent versions getopt() has been moved in it's own file, which prevents compilation of the spec runner. This can be fixed with ``` #include ``` I...