Julian Waller

Results 1177 comments of Julian Waller

I think it is possible that we could be causing this, there are a couple of other reports of the hid library we use causing crashes of companion/satellite on occasion...

I've added a library that will log certain crashes that wouldn't have been logged before. It's only in the betas for now If you're willing to try running that and...

Has anyone seen anything like this recently? Without confirmation that this is still happening and some logging from the library I added this is stuck as not being reproducible

I would do `toLowerCase(secondsToTimestamp($(internal:time_unix), 'hh:mm a'))`. That gives me `08:21 pm` (or single `h` for no leading 0)

> Can you try just disabling the modern watcher in package.json to confirm it's the culprit Yes, that avoids the issue with both the minimal example above, and with our...

In what version did this last work? I can reproduce this issue in 3.2.2 or 3.5.1. Unless you were hitting the bug https://github.com/bitfocus/companion/issues/3217 or #3186 where conditions were being ignored

The issue you are hitting is that the release gets triggered immediately after the press. meaning the variable has only changed momentarily. And we are debouncing the variable changes, to...

Then I guess I am doing something wrong with my testing, because I was getting the same behaviour in 3.2 as 3.5 yesterday. Could you provide a page export and...

I really can't see what you could have done differently to see different behaviour than my testing in 3.2 I've now tried 3.3 too, and still getting the same. For...

I'm not entirely ignoring this, but I haven't had any ideas on where to start debugging this. Is that log taken from the log file? Presumably the launcher window remains...