Khan Winter

Results 162 comments of Khan Winter

It also looks like since tree-sitter version 0.21.0 swift cannot represent `TSLanguage` anymore so it has to become an `OpaquePointer` rather than a typed one.

Going to be looking into this, will report back!

Looks like these are the guilty lines after symbolicating that crash report. ``` TextViewController.loadView() (in CodeEdit) (/:0) specialized Sequence.map(_:) (in CodeEdit) (/:0) specialized closure #1 in Slice.withContiguousStorageIfAvailable(_:) (in CodeEdit) (/:0)...

Yeah this is our gutter view. We ended up going a slightly different direction and used a floating subview over an `NSRulerView` but it's the same.

A little confused on the resolution here, it seems that this is Apple updating their system to warn about symbols that are not included in crash reports, so Firebase needs...

This need to be implemented in the text editor package. This was done until we released our own editor view and now needs implementation. Closing this in favor of the...

Could you provide more context as to what the problem is?

I think I understand, the text binding is not a two-way binding. Updating it from outside the view will not update the editor. You'll have to either use an `NSTextStorage`...

This may be due to the new Minimap view. Using instruments I can see it's taking up a *lot* of rendering time after a key is pressed.

Oh I misunderstood this initially. I think this may have been fixed in v0.13.0.