Thomas Vigouroux

Results 171 comments of Thomas Vigouroux

_UPDATE_: This PR now ships a default `en` dictionnary. One can thus test it with this dictionnary already.

> more likely we just need a recognizable filename extension: `spell/en.utf-8.hunspell` or whatever (hopefully hunspell already has a standard extension). This is already the case as of this implementation: -...

_PROPOSAL_: It could be nice that our `spellfile` format changes (maybe also allowing arbitrary names that do not collide with `.add` which are meant to be dictionnaries extensions), se that...

Should be pretty much ready: - A decoration provider now gets stopped after 3 consecutive errors (maybe we can make that configurable ?) - The errors are reported into the...

That's a good question, it should follow the normal "reset" of the decoration provider, thus reactivating it. I'd suggest getting @lewis6991 opinion on this change, as we could not quite...

I think that we'd need to go the other way around: never return the `changes` an only notify them using the `on_changed_tree` callback. The problem is that (as you noticed)...

> I've never used these directly, so I don't have an opinion. But I'd be happy to do the changes if you think it's right I indeed think it is,...

Not sure, I'd rather push that for 0.9 as it is not a really important change feature-wise.

Not sure I'll be able to make that land for 0.8, but we can try. I push that up in my todo list.

I personally prefer this approach, because it might be more useful when customizing how the tree-sitter C interface is used.