Oliver Caldwell

Results 299 comments of Oliver Caldwell

So I don't have this issue and have never seen it despite using tree sitter the entire time in multiple languages. Would you be able to list any tree sitter...

Oh, no I haven't but I presume that will reproduce the issue. Which means tree sitter doesn't update it's in memory tree on change if highlighting is disabled? Is there...

So, my backup is to do what you just said @dylanscott, however I _may_ have fixed this. Testing myself now, but letting people know: I think I was supposed to...

So @jsn's repro with my ts highlighting disabled (I think?) is working for me now! I'd love to hear a confirmation from someone else though.

I'm 99% sure I've fixed this without compromises 🎉

Does this work if you just run a Hy REPL outside of the editor? I can think of no reason why Conjure would be any different, I'm just running a...

Pretty sure I've borded down the other side of your profile photo :smile: I'll give this a look as soon as I can, just has to be in my evenings...

I had a look at this today and can reproduce it but can't find a way around right now :disappointed: I was trying to set a flag when spawning the...

I've tried everything I can to make the process the group leader but still no dice :disappointed: the best I got was adding a show with `:block True` set: ```hy...

Maybe something like this: https://github.com/matplotlib/matplotlib/blob/b0a840d50fc20c4385b83b31cffb383172d4be19/lib/matplotlib/pyplot.py#L112 But that doesn't seem to quite do the trick. It does seem like there's a LOT of code in matplotlib that's checking for ipython! So...