Mathias Sven
Mathias Sven
As others have expressed, even if the implementation as it currently is might break in some pages, the benefits of the feature might outweigh the potential issues, what would be...
Encountering the same issue here, in my case it just complained about missing `libgcc_s_seh-1.dll`, I tried both just adding that dll and also with the other two, either way I...
I am having the exact same issue, `git add .` just hangs and ctrl+c doesn't work. I also use it for Obsidian
+1 for sure!
I don't understand how the PR addresses the issue. When a local trusted user runs: `nix build .#foobar -j0 --builders 'ssh://nixremote@remoteip'` it will still fail with `you are not privileged...
In the meanwhile, something like `Stylebot` extension with the CSS given in the commit fixes the issue: ```css #synopsis details:not([open]) > ul { visibility: hidden; } ```
@acarrico Do you happen to still have the source files for this example? I know some things have changed, but I am trying to replicate this, and I'm encountering some...
Same thing here, doing `echo hello | lnav` crashes in the same way as displayed on the comment above. Reverting to `0.11.2` from `0.12.2` fixed the issue, though I have...
I just ran into the same problem, `hot-reload` would not work. I have bisected the issue to commit 92f8387. I am not entirely sure why this is happening, but the...
No, nothing shows up in the console. Also, after redoing the repro steps a 4th time, it now worked even after I added the random directory `a` (I had claimed...