Julian Waller

Results 1054 comments of Julian Waller

This should be better now. The root problem looks to have been that the main method and thread exited before the logs had been flushed. Adding a simple flush call...

I think that supporting animated gifs will require some technical thought about how to avoid it becoming a performance hog. * Ideally we should be able to generate each frame...

The generic blink module isn't going to be much better (for performance) than doing something with variables/triggers. It definitely doesn't solve the biggest cost of rendering and piping the rendered...

This either happened in 3.0, or perhaps 2.3 with the new ui. With the primary method of finding actions being search, with listing them only done in the browse window,...

The presets were recently changed to preserve the module defined order (they would be a semi-random order, depending on changes made after the first definition). That change looks like it...

And yes, I would be open to adding a `sortName` property which can be used when set instead of the `name` for sorting purposes

It would be really useful to be able to specify the registryKey on windows, I have an application which this will register as simply 'watchdog', which is a very vague...

On some further testing, the macos logic doesn't quite work right. If I run `osascript -e 'tell application "System Events" to make login item at end with properties {name: "test123",path:"/Applications/My...

Yeah that looks to be a nasty crash. Unfortunately the log isn't indicating where it happened, so this isn't going to be trivial to diagnose..

Is anyone still experiencing this? If so, it would be really helpful if you could narrow down what text is causing this. Without knowing that this is pretty stuck as...