Khan Winter

Results 162 comments of Khan Winter

I agree, I can't seem to track down why those tests are failing but they appear to be fixed on main. We can merge without those passing tests.

That last I just pushed should fix build errors. Going to merge once tests are passing and it looks ready to go

Looks like there's some bug with either requesting completion items or filtering them. If I have a swift script like: ```swift let string = "" string.spl ``` The LSP isn't...

That last commi fixes the issue I mentioned. It turns out that language servers can opt-out of client-side filtering by setting the `isIncomplete` flag in the item response. This checks...

> Some images are small. Filing the space would mean a very pixelated image. Ideally there would be a threshold of some kind so smaller images show actual pixels but...

@austincondiff `QLPreviewController` is only available on iOS so we're back to where we started here. I think the best UX will be to let `QLPreviewView` decide the size and allow...

Looks like CodeEdit is somehow referencing a Swift symbol that doesn't exist on Ventura. Might be specific to x86? The missing symbol is ``` _$sSo17OS_dispatch_queueC8DispatchE12asyncAndWait7executexxyKXE_tKlF or DispatchQueue.main.asyncAndWait { /* */...

@eltnet @Darling-Lee are you using a x86 or ARM mac?

Got another report of this still happening with 0.3.6, reopening

What's weird is that the crash report says this is crashing in the settings view. Is there a chance the settings pane was open? I realize this is now very...