raphCode

Results 96 comments of raphCode

`/var/log/pacman.log` shows the issue: ``` [2021-07-25T18:14:38+0200] [PACMAN] Running 'pacman -U /home/raph/.local/share/rua/checked_tars/lib32-libass/lib32-libass-0.14.0-3-x86_64.pkg.tar.zst' │ [2021-07-25T18:18:34+0200] [PACMAN] Running 'pacman -U -- lib32-libass-0.14.0-3-x86_64.pkg.tar.zst' ``` The first entry is from `rua install `, the second...

Hi @vn971, did you have any time looking into the PR already? Please also tell if we should remind you more or less often. Some prefer / need more reminders,...

The terminal emulator is not aware of zellij's panes and using its selection is unsuited when more than one line should be selected: ![image](https://user-images.githubusercontent.com/15750438/198570394-65c0762e-cf1e-4bb2-81bd-d3ebf5137793.png)

Some cross-referencing: Zellij hanging reproducer: #1813 Another issue about network problems and freezing / hangs #1781 > But when I relogin after a network issue I still see this "zellij...

This should be fixed by https://github.com/zellij-org/zellij/pull/1955 and is in the next release. Please comment if the issue is still present.

> I think OmegaConf.merge() should succeed even if inputs are read-only. I support this since merging a user config on top of a readonly structured config in hydra triggers `ReadonlyConfigError`,...

Haven't read up all the watch-related stuff, but here is a late night thought: What about showing (some) watch values only when their evaluation does not fail? Put differently, hiding...

I am also interested in this feature (and want to give this issue a little bump :) )

TeX also has the quirk that the linespacing is calculated at the moment when \par is encountered. With the default baselineskip of 1.2em this means that changing the font size...

Most common linux fs allow 255 characters per filename, and no limit on the total path length. The mentioned file has 148 characters in its name. Are you using a...