Thilo von Neumann

Results 124 comments of Thilo von Neumann

Something went wrong there. The commit exists, but not in the master branch: https://github.com/fgnt/paderbox/commit/f87ea7d2e5914f58c5db0a4945b1ca30cdbf3fe3

@boeddeker Can you fix this?

I had a reason for this, but I don't remember. I think I did this because the default value can conflict with the `allow_early_stopping` option, where it is not clear...

Hi @WilliamCappelletti! Thanks for reporting this. I don't own a Mac, so I can't test things on Mac. I can only test it on Ubuntu and Windows. The release files...

I agree! The image size is currently set by a very crude CSS class. But I'm not sure about the syntax for this. I don't think that Markdown supports something...

I finally found time to look at this issue. I face a problem for which I don't know a solution: The postprocessor is only invoked when the content of the...

Wow, thanks for reporting! Do you think it would be reasonable to place the generated images in the vault and use `app://local/`? (I guess that the URL only works for...

In the betterbibtex zotero plugin I have this configuration: `auth + year + "_" + shorttitle(3,3)`, which results in, for example, `Levenshtein1965_BinaryCodesCapable`. To match zotero's keys exactly, the title would...

Hey, I tried multiple times to add a hook in an extension, but I always get errors. With my current version I get the message `[HookService] Failed to recover class...

I can imagine that. How about doing this just for the simple search and add a second pass, after matching, with something along the lines of `result.replace(query_word, "" + query_word...