Patrik Túri
Patrik Túri
They don't actually stop moving if you add `slop: 0.2` but keep moving very very slowly. After a minute or two the rectangles on the top fall down because they...
For me on Catalina this works to restart Karabiner and fix the issue: ``` launchctl stop org.pqrs.karabiner.karabiner_console_user_server launchctl start org.pqrs.karabiner.karabiner_console_user_server ```
My problem with your approach is that I need to sort all entities with those components by Z index and draw them in that order. If I have 3 different...
> Sounds like a bug. Can you show me a minimal example to reproduce the problem? Turns out to be a bug indeed. `dep_changed` is correct if one of the...
> Actually the **right** way to use this feature is with a parameter named `changed` Thank you, from the docs I had no idea you can inject `changed` > do...
> For your use case it is better to have a separate task for each file being copied, since they are independent... The number of files and their names are...
@schettino72 if you agree with the previous comment, I would create a new ticket for the feature mentioned in it and we can consider this discussion resolved.
> I do not agree with Make style regular expressions to define dependencies and targets Why? It would be a lot easier to use than the delayed task creation you...
@smarie Thank you! This helper is exactly what I needed.
I think this could be caused by #612 (which should be re-opened).