Khan Winter
Khan Winter
You're right, I was able to reproduce this. It's an issue with our text view. Sometimes it doesn't do a layout pass after invalidating layout for a text line, so...
I'd love to collaborate more, is there anything specific we could contribute back to your packages? We make heavy use of TextFormation as we've talked about before, and we use...
Markdown should be highlighted, I'll move this to our source editor package to track there.
This looks good so far! If you want to merge this before finishing the key command that would be fine. My one suggestion is you can remove your new file...
No worries, I had lost track of this PR. I've got a commit that fixes the issue you found with the key-commands. I'm going to try and globally fix the...
@allcontributors please add @Syrux64 for code
> @thecoolwinter When testing, we are getting this error. Any idea what is going on here? That's a tough one I think I'd need to see more of the stack...
The issue is that the updates are coming too fast and causing a crash in Swift's reference counting code in the `Combine` framework. This patch fixes it by adding a...
Yeah absolutely. I'll lyk if I find anything
Based on that crash report, this might be related to a recent recursion bug fixed in our text editor. I'll leave this open until that gets pushed to main and...