Julian Waller

Results 535 comments of Julian Waller

Following on from some recent core changes, I realised that doing this as part of a module is much simpler than it used to be. In the 3.0 betas, there...

@premultiply > May this also be used for automatically fetching thumbnail button backgrounds for ptz camera presets when saving or updating? If the images are served over http in some...

It turns out there was a bug which broke setting the png over this api. This is fixed in the betas now. I am currently working on a redesign of...

What version of companion are you using? I don't see any reference to this in the xkeys library we are using. It would probably be better to open an issue...

> Correct me if I'm wrong, but aren't threads in WASM also built on top of the platform features (Web Workers / Worker Threads)? It does sound like it, but...

There isn't currently a way to do this, but it should be possible to do. Alternatively, https://github.com/libusb/hidapi/pull/432 will allow for retrieving this once opened, but that change has yet to...

For those who aren't familiar with the current ddp api that this will be an alternative to: https://github.com/nrkno/sofie-core/blob/a72d868da712b32b3c0c81fcf66c76cd02274ece/packages/shared-lib/src/peripheralDevice/methodsAPI.ts#L79-L144 With the `Ingest*` types defined as: https://github.com/nrkno/sofie-core/blob/master/packages/blueprints-integration/src/ingest.ts These `Ingest*` types are also...

Ideally I should be able to put something in my package.json which says 'Im node-api, trust me'. If I was to do that and still use `nan` or `v8` or...

@thegecko I have done something different for a cmake-js based project, that uses docker a bit more manually to produce the prebuilds. https://github.com/Julusian/node-jpeg-turbo/blob/main/.github/workflows/node.yaml It will require some adjusting as it...