hrdl
hrdl
Fixes #741. Selections are saved using start and end positions, which usually result in two different selections depending on whether `exact_highlight_select` is set. Ideally the selection and resulting highlights should...
I've adapted @ptrcnull's patch for Alpine Linux a while ago. This also compiles against mupdf 1.20, but I haven't tested it on mupdf 1.20 as sioyek crashes on Arch Linux...
For me it makes sense to use two sioyek instances simultaneously: one for reading papers and another one to display papers I author using synctex. Additional tasks: - [ ]...
I haven't noticed this until now because I usually use `single_click_selects_words 1`. Sometimes this fails, e.g. in equations or occasionally at the end of sentences, and I switch to character...
At the moment inspection of arguments in function calls is not possible as the function is inspected instead. This is because `do_inspect` relies on `IPython.utils.tokenutil.generate_tokens`: https://github.com/ipython/ipykernel/blob/c24b252dc4fc81e6cf6354f8d64ea06ed1ce3496/ipykernel/ipkernel.py#L544-L546 The behaviour of `generate_tokens`...
I've been experiencing a delay of > 1s between pressing the shutter button and getting a responsive user interface again for a few months now. Inspecting the output of `logcat`...
Wide figures (e.g. produced using `import matplotlib.pyplot as plt; plt.figure(dpi=300); plt.plot([1,2,3])`) are truncated when the window is narrow enough. Resizing the window causes the horizontal scrollbar to appear / be...
Version: 0.10 plus some commits now included in master (https://github.com/hrdl-github/Waybar/commit/74773885c6166d190a294ad945b1f1d4d5f007ec) Environment: x86_64, GNU/Linux (Arch), sway 1.9. This happened when docking a suspended laptop and then resuming. This took a bit...
https://github.com/Alexays/Waybar/blob/42dc9cb85f27e3db02da83cd13624cfc5a7191d3/man/waybar-sway-workspaces.5.scd?plain=1#L80-L83 Disabling `warp-on-scroll` only makes sense in combination with `all-outputs=true` and configuring sway with `mouse_warping container`, as scrolling will otherwise set `mouse_warping` to `container` (from the default `output`). This should...
I finally got to try the touch mode on a Surface Go running GNU/Linux under wayland. I was positively surprised by sioyek's performance and usability. I have a few observations...