Darren Burns

Results 182 comments of Darren Burns

I made it sort using the match score (I believe!), but never looked into any deficiencies in the scoring algorithm itself, as it seemed to give better results and I...

Shall we create a separate issue to cover improving the scoring and link to this?

Could you share a quick code snippet of what that might look like in a new discussion @merriam? I'm struggling to visualize it.

I think the syntax functionality is so dependent on tree-sitter that we should follow their lead and drop 3.9 if that's what they've decided.

The "wrapped_document" attribute in TextArea lets you translate from a position in the unwrapped document to the corresponding position in the wrapped view of the document - hopefully that can...

Love it! Exposing the highlight mapping is also super useful.

Just played with the demo - very nice! Editing a 25k line Python file with syntax highlighting and almost no perceptible delay cc @willmcgugan :)

Awesome - I just made a PR on your fork with some suggestions, here: https://github.com/paul-ollis/textual/pull/1 Feel free to leave comments. A few type hinting changes but also I suggested a...

@grvstick It likely was a virus. The original plan was to expose this function to end users, but that never came to fruition. Hopefully DataTable can get a bit of...

@willmcgugan Feel free to review. Would appreciate 👀s on this.