Julian Waller

Results 988 comments of Julian Waller

I would guess that this is a problem of the dynamic require we do for `node.napi.glibc.node` is missing because deno couldn't statically determine the file was needed, so it didn't...

One concern I have with the suggestion to install corepack from npm is that in some cases users will then also have to manage the corepack version too. Not only...

Something to consider here is that yarn 1 is still incredibly popular, installs of it have only climbed since it was declared end of life. https://npmtrends.com/yarn I believe there is...

I have made some progress on this (you can follow #312 for occasional updates). It semi-works, but needs some effort putting into making sure it is reliable, and to handle...

Presumably the updates to ffmpeg have broken the streaming command being used here. If someone can provide a new one that works, it can be updated and a new release...

This appears to be some combination of: * some changes in casparcg meaning the stream command is invalid (fixed by https://github.com/CasparCG/client/commit/2f77f50ff80b99140fb0c32b282eee8578629b10) * casparcg doing something weird that means that these...

It turns out the osc client being used wasnt compatible with arm64; perhaps this could explain what you are seeing? The next beta build has a fix for this