Julian Waller

Results 1050 comments of Julian Waller

This library uses another library called 'freetype2' to do some text rendering, and as you have discovered, webpack doesn't understand and copy the precompiled component of this when bundling. You...

I gave this a try in 3.2 and 3.0, and the behaviour looks to be consistent: ![Image](https://github.com/user-attachments/assets/74ac1a0d-b114-4088-9740-046c5a06ec78) Feel free to open a PR to add something, perhaps into https://github.com/bitfocus/companion-module-base/blob/main/src/util.ts Maybe...

heh, don't look at how we do this in the drawing code then :) https://github.com/bitfocus/companion/blob/620f17521b5601061784a178c1fbd1bce3ad8fdb/companion/lib/Graphics/Image.ts#L490-L493

I think I have identified this to be triggered by the use of `takeAfterExecuteAction` This appears to be caused by a race condition in https://github.com/nrkno/sofie-core/blob/master/meteor/server/api/deviceTriggers/StudioObserver.ts#L92-L95 not finding a PartInstance upon...

Fix is pushed, please re-test to confirm this is resolved

This is currently a limitation 'by design'. We are drawing the buttons once, to be used across the webui, emulator, each surface etc. So they are not able to react...

This is an annoying fight between having it working for directly opening the cmake project in vs, and having it working with the full vs generator. It is currently setup...

I'm struggling to reproduce this, the command provided above does not work with ffmpeg 4.4, which is what ubuntu 22.04 uses by default.

Based on the last comment, this looks to be an ffmpeg issue, not casparcg. My guess would be the filters/pipeline aren't consuming frames at the rate we are producing, causing...