Matěj Cepl
Matěj Cepl
7.0.1 1. Borked my profile somehow 2. Created new profile, syncing with my Firefox Account (with Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0) Expected behaviour: All websites open in the...
I agree, this is not an easy lexer to deal with. On the other hand, I use reStructuredText every day (being a Python developer, but I really prefer it to...
On Sat Apr 19, 2025 at 5:56 PM CEST, orbitalquark wrote: > Thanks for your work on this. I've committed it in https://github.com/orbitalquark/scintillua/commit/9674904c379bf37f1014defc3f8577d2edb39cc6 with the one change of tagging directives...
I have currently ```diff --- dictd/dictd.c | 4 ++-- dictd/plugin.c | 5 +++-- dictd/plugin.h | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) --- a/dictd/dictd.c +++ b/dictd/dictd.c @@ -766,7...
Unfortunately, #26 still doesn’t fix the problem with accessing `db -> plugin` in R/O `db` object. [Complete build log](https://github.com/user-attachments/files/17608471/_log.txt) with all many warnings with GCC 14.
Actually, it is somewhat more complicated, when I skip `test_is_valid_should_not_mutate` (with `pytest -k 'not test_is_valid_should_not_mutate'`) I get the same error about not closing SQLite database with `test_nb4custom`, when I skip...
Tried to upgrade `fastjsonschema` to `fastjsonschema-2.20.0`, but nothing changed. [Build log](https://github.com/user-attachments/files/17828596/_log.txt).
Actually, @bnavigator, add `-p no:unraisableexception` to our run of `pytest` and it passes whole test suite then.
When I saw this ticket originally, I didn’t think it applies to [vis](https://sr.ht/~martanne/vis/), which I care about, and which uses Scintillua, but, @rnpnr, doesn’t it? Could we incorporate some kind...
I agree, there is something wrong here. I don’t understand curses much, so I don’t WHERE is the problem, but I can confirm that in some situations `vis` seems to...