Luca Cesarano

Results 12 comments of Luca Cesarano

> Seeing the same behaviour Let's wait for other people, it's pretty annoying because I don't want that terraform deploys every time even if the src doesn't change.

Leaving it to readers: If you want instead use the .yaml, the updated version is: ``` apiVersion: batch/v1 kind: Job metadata: name: oneshot spec: parallelism: 5 completions: 10 template: spec:...

Yes, it's easier, but the syntax would be, according to the changes: ``` kubectl create job oneshot --image=gcr.io/kuar-demo/kuard-amd64:blue -- \ /kuard --keygen-enable --keygen-exit-on-complete --keygen-num-to-gen 10 ```

Totally the same here, in my case, I need around 10 colors, it'd be perfect.

That happens to me too when I try to focus a Floating Button, hope to solve it ASAP

Same happening here, would be good to have a fix

Thank you for your answer. Regarding Autostart, there's no way of running "minimized" which is what I specified. Working in the Startup folder works tho. Regarding Auto Layout, it's still...

Thank you both. That is interesting. I forked the project and I'm trying to implement both features in the project. I'll notify you eventually I succeed.