Jonas Serych

Results 4 issues of Jonas Serych

Hi, it seems JPEG augmentations are using temporary file on disk to do the JPEG compression: https://github.com/aleju/imgaug/blob/0101108d4fed06bc5056c4a03e2bcb0216dac326/imgaug/augmenters/arithmetic.py#L1747 This can be done in-memory (-> probably more efficiently) using `io.BytesIO()`. Something like...

**Describe the bug** When using desktop.el to persist emacs state between sessions, the org-roam-ui-mode causes the loading of the persistent state fail. Each saved buffer has org-roam-ui-mode listed in its...

bug

Hi, nice work! Is a pre-trained model available somewhere? I am interested in trying the czech model (for personal use only).

This addresses the issue #27, making the suggestions buffer interactive. Now you can press RET on the suggested entries to open their definitions.