Julian Waller

Results 1016 comments of Julian Waller

> the 2 additional touch buttons of the Neo are not supported yet, as there seems to be no documentation for them. A quick summary of how they work in...

This is probably a bigger task than is wanted for this pr, but it could be useful for inspiration. Something I recently did in the javascript streamdeck library was to...

An idea to look into for someone who wants to try to fix this; I think I have seem similar corruption years ago (in a different library) when draws get...

I don't know why this has changed, but it never worked correctly. Looking at the console output of it in 2.4, it is not doing a clean exit when closed...

https://learn.microsoft.com/en-us/windows/console/setconsolectrlhandler looks like it should allow us to handle it, but in a test the function isn't being called. And adding this causes ctrl-c to also perform an unclean exit....

This is already fixed in master(2.5) https://github.com/CasparCG/server/commit/8eb9916cea666617261c2378304b95427f53d506 https://github.com/CasparCG/server/commit/f13da046b2be0f3690f8f811ad40c1bc69b97c87 and some other fixes for even newer ffmpeg https://github.com/CasparCG/server/pull/1626

@phillipivan 2345 will add a way to make every field be an expression, which will allow for that. But that is a later step. In this, any text fields with...

There is an issue with the sorensen library not loading in the builds, but ci produced builds do launch on windows and linux. macos is being stubborn, because of changes...

@nytamin I think I am done on this I have tested the produced binaries on macos-arm64 and windows, and they launch and a very quick test of the ui seems...

@nytamin I'm not entirely opposed to that plan, but have some thoughts 1 & 4) I think this would work. I think it would fit into the existing `applyConfig` method...