Khan Winter

Results 162 comments of Khan Winter

Here's an example printing the time between editing a document and finishing highlighting the edit (in ms). https://user-images.githubusercontent.com/35942988/222305486-3ad4807e-e8f2-4ba2-a190-ae5827df4f66.mov

@matthijseikelenboom We load the whole document but all edits + highlights are restricted to the visible area.

> this implementation might help you https://github.com/GitHawkApp/StyledTextKit, it's iOS-only, but anyway @serg-vinnie That might be useful, but since the slow part of the problem isn't rendering or creating the attributed...

I suppose a workaround right now is to use a chunked stream with a timer. However this still sends events when there's no items being sent from the producer: ```swift...

> @austincondiff @thecoolwinter Hi! I'm still in progress. > Am I right to add the realisation of the `TextLayoutManagerRenderDelegate` protocol to the `TextView`? Not quite, that protocol is to allow...

For anyone looking to take this on, create or find an issue related to each notification / event that needs implementing and paste the URL of this issue in that...

This should be a simple fix, it just needs a check to the `editState` if the layer has been marked as touched yet. Someone could maybe look at the hashable...

> Should there be debugging for beta versions of Xcode and macOS - with future changes and all? > > It may not apply to this, due to the error...

I have a hunch this is fixed with #263. My guess is that two async operations were inserting into the same dictionary and causing a conflict that way. We'll keep...

@ignaciojuarez @nkleemann That crash you posted looks like what #263 fixes. I'll be making a release tonight that'll include that patch. The layout bug I'd guess is different. I've been...