Augusto Stoffel

Results 171 comments of Augusto Stoffel
trafficstars

I think I would either define a `Verb-Map-Response` property that takes a response and returns an actual response to display, or a `Verb-Response-Hook` that takes no arguments and just performs...

I agree with what you wrote, and I can contribute a test case which currently fails for me: ```python def test_lupa_gc_deadlock(): def assert_no_deadlock(thread): thread.start() thread.join(1) assert not thread.is_alive(), "thread didn't...

I suppose the issue here is in the test itself, as this change makes it pass on my local machine: ```diff modified lupa/tests/test.py @@ -103,14 +103,13 @@ class TestLuaRuntimeRefcounting(LupaTestCase): self._run_gc_test(make_refcycle,...

@scoder Did you get the chance to try out my previous comment from last month?

> my implementation wanted to make sure that the objects get cleaned up as early as possible (and safe), I don't know much about GC, but isn't this due to...

This would be extremely handy, I hope it gets released soon.

@giampaolo Any news about this?

Judging by the screenshots, all seems to be working fine. It's impossible, theoretically and in practice, to determine all commands defined by a TeX package except by running TeX. Unless...

I'd have a request concerning this feature. It should be possible to disable certain kinds of highlighting (possibly by setting the appropriate entry of `eglot-semantic-token-faces` to nil), _and_ it should...

Well, with hooks and advices you can do just about anything.