fwcd
fwcd
Could be bumped to 0.96.0, which would conveniently add derived `Hash` impls for `Position`, `Range` and `Location`.
Might be worth keeping an eye on - https://github.com/tree-sitter/tree-sitter/issues/930 - https://github.com/tree-sitter/tree-sitter/issues/730 which propose to remove the generated files from the repos.
Yes, to be clear, I don't propose to remove anything for now, just to monitor what upstream does. When the official recommendation changes, we can revisit this.
We'll have to adapt this to the new playground layout too. A script similar to the one used by `tree-sitter-yaml`'s `tree-sitter` fork might be nice: https://github.com/ikatyang/tree-sitter/blob/fc5a692b7d5f144cc531f5823b1c5a3b2f06cf01/script/generate-playground.js
Thanks!
Thanks!
I found this iOS patch by Hans Petter Selasky a while back (can't remember where I found it exactly) and have had success compiling it for iOS: https://github.com/fwcd/vcpkg/blob/mixxx/ios-qt6/overlay/ios/portaudio/add-basic-support-for-ios.patch Let's continue...
I have implemented this in #2153. The animation is still a bit glitchy, but it should work, so feel free to leave some feedback.
A PR would be very welcome
The `UnsupportedOperationException`s originating deeply within the Kotlin compiler are usually pretty hard to track down, since the Kotlin compiler API lacks documentation about how it is intended to be used....