Alex Redington

Results 7 comments of Alex Redington

Agree with @ohpauleez on the problems of applying constraints in route checking. The root conflict here is only possible because verbs are not considered at the time that the wildcard...

Trying to get at _problems_ by describing qualities of these circumstances: - The current prefix tree finds one verb dispatch table per request. - The prefix tree prioritizes wildcards ahead...

I'm pretty sure this was caused by a new version of core.async which no longer had a special privileged thread for doing async scheduling. This was a good change for...

@amoe Your install procedure is valid, thanks for taking the time and inconvenience to test things out. Were your hangs produced in the demo project or in the project where...

In nodely one of our problems is that we need to allow clients to express when work must not be dispatched to the dispatch worker thread pool, for work that...

You don't need to overcomplicate this: `eval` will accept an env and a key, and return an env with that key and all of its dependencies evaluated. This means that...

I got bit by this, I believe it may originate at https://github.com/mainsail-crew/moonraker-timelapse/blob/main/component/timelapse.py#L630 where the filename of the originating gcode is interpolated. The filename I printed when I got bit was...