Brandon Evans
Brandon Evans
Like Xcode playgrounds, JungleGym should re-execute playground contents when they change and after a delay. This should only happen if a playground is currently running and not if it's stopped.
The simulator screen is displayed in JungleGym but mouse events aren't sent to the simulator as touch events. FBSimulatorControl has support for [sending HID events](https://github.com/facebook/FBSimulatorControl/blob/fbc91286eb6b83b96c3bd9d359b2a6c35c38f019/FBSimulatorControl/HID/FBSimulatorHID.h), although it's not clear how...
Improving this will require changes to FBSimulatorControl, where this is a known issue. See https://github.com/facebook/FBSimulatorControl/issues/307#issuecomment-241360074
http://blog.cocoapods.org/CocoaPods-1.7.0-beta/ - [ ] Replace .swift-version file with swift_version DSL - [ ] Investigate app specs (also investigate test specs from 1.3.0)
Currently the Rakefile will make a new release that points at the newly created tag. It would be nice to update the draft release, if one exists, to point at...
https://docs.github.com/en/free-pro-team@latest/actions/creating-actions/metadata-syntax-for-github-actions#post
For the use case where this is being run on a trusted computer that already has (or had) a session.
iWork's implementation smooths the edges of the selection nicely. It seems like it might be performing a [dilation](http://homepages.inf.ed.ac.uk/rbf/HIPR2/dilate.htm) of the selection.