Henry Betts
Henry Betts
It looks like [emscripten has the glue code](https://github.com/emscripten-core/emscripten/blob/main/src/library_webgpu.js) that maps the C api to the JS api. If there's a way to repurpose this but make it compatible with swift-wasm,...
Thanks for your investigation into this. I have to admit, I have no experience of submitting to the app store (at least not in the last 10 years!), so I...
In our case this turned out to be because the gutenprint driver was returning a CUPS_BACKEND_STOP rather than a CUPS_BACKEND_FAILED. For now we've patched the driver. I wonder though if...
Unfortunately it looks like Apple is pushing developers to use their [Camera Extensions](https://developer.apple.com/documentation/coremediaio/creating_a_camera_extension_with_core_media_i_o). I'm not sure how feasible it is for gphoto to implement this? Fortunately, Apple have provided [a...
I know there has been a lot of discussion and movement around the async methods. It sounds like things have now matured if you're getting a deprecation message. I can...
Yes, `device.tick()` probably does the same thing essentially. I would encourage you to use processEvents() though as this is the more standardised method moving forward. There's some details on where...
If you managed to run the demos then that's a promising start. It sounds like it isn't running the code generation plugin in this instance though. Do you mind sharing...