Michael Forrest
Michael Forrest
Yeah exactly, you've already got the structured document models so you can go directly to the `fcpxml` template!
Yes this component now crashes when I try to use it in a new app due to this dependency.
There is a `SyphonServerDescriptionUUIDKey` key available on any discovered servers which can be used in place of `SyphonServerDescriptionNameKey`. But really you're just using the discovered server info to make a...
This line is probably a better choice to anchor this issue :) https://github.com/ldenoue/cameraextension/blob/e1e97557d31cca8d3132676859bca84724b20d98/cameraextension/cameraextensionProvider.swift#L228
I think it's okay as it returns early if there's no buffer. Mine still basically looks like this.
I feel like I need to update the recaptcha result with an `update` callback in a live view hook (instead of on form submit) but this would run the risk...
Thanks @ivanhercaz - I wasn't aware of `phx-update="ignore"` (somehow missed it despite having trawled through the docs and source code) so even though I'm now handling recaptcha outside of a...
Steps I've taken trying to get this to build - [x] Includes that are in `iOS` dirs removed from Mac target - [x] Replication of header includes from iOS Target...
It's just empty - it doesn't ever get the callback from the applet as far as I can tell. Thought it might be chrome security but seems not. I will...