Joseph Heck
Joseph Heck
@fivestones, I think the question goes a bit beyond what would be useful in this roadmap issue, but I'd be happy to at least try and aim you in the...
I stashed two RenderCommands specifically to support Tropism: - `TurtleCodes.spinVerticalTropism` - `TurtleCodes.spinGravityTropism` The idea being that the RenderCommand includes a parameter that indicates how much (% maybe?) Tropism should take...
I'm leaning towards trying this with `UbiquityURL` and `FilePresenter`. From Apple's CloudKit docs: - To use iCloud document storage, use [url(forUbiquityContainerIdentifier:)](https://developer.apple.com/documentation/foundation/filemanager/1411653-url) in [FileManager](https://developer.apple.com/documentation/foundation/filemanager). For more information, see [Designing for Documents...
Another example that would be really relevant is using it as a synchronization/state update mechanism for Apple's SharePlay API. But in order to be relevant, it would need to enable...
I guess I shouldn't continue to babble away on a closed issue, huh? ;-) As a related note, the VaporToOpenAPI issue might be resolved with a version update to 4.4.3...
Amusingly, I was going back and checking on my SPISearch search for helping with evaluating ranking, and the search results have changed sufficiently that it's not parsing results at the...
I'd love to help do some of this - I've made an XCFramework from the Yffi C bindings (https://github.com/heckj/YrsC) as a one-off to explore and experiment. I'm more than happy...
Wanted to add in my support for separating implementation from a core API interface. In my case I have a [library](https://github.com/automerge/automerge-repo-swift) I want to enable for tracing, but I don’t...
Just a head's up - if you want to use an XCFramework in an app deliverable through the App Store, Apple will require that it is both _signed_ and includes...
super useful detail @slashmo - thanks for the info. I just saw this myself, couldn't quite understand why things appeared to hang a bit, but this makes perfect sense.