Márk Tolmács
Márk Tolmács
(sorry for the accidental self-rebase pushed, I was testing git push and was careless - reverted the commits in 664990c) I've made the modification in `ci/format.bat` (and that file only,...
I fixed the package installation in the test. Should be the last issue. Let me know if you need anything else to get this over the finish line.
Try adding 'use_frameworks!" to the Podfile, or if you use Expo, you can use [expo-build-properties](https://docs.expo.dev/versions/latest/sdk/build-properties/#pluginconfigtypeios) to configure your prebuilt ios app to use static frameworks in your `app.json`: ``` {...
Hi @ad1992 I've made the update as requested.
Hi @ad1992 , can you approve this PR if no other issues present? I can't seem to resolve the change request on GH, but it's fixed.
Inspiration for stack-based string: [servo/tendril](https://github.com/servo/tendril)
@dwelle Should we update the arrow bindings if manually update via the stats panel? It would make sense that if you move an arrow close to a bindable it would...
I merged in the master branch and added in functionality to keep linear elements bound if they were previously bound and the manual changes don't remove them from their original...
Okay, if @ryan-di if you're okay with this, no more edge cases come to mind, then give me the go-ahead and I merge this.
@ryan-di added tests and fixed a small bug. Let me know.