Good stuff and well done!

Results 34 comments of Good stuff and well done!

Hi @FabianKramm thanks. I already have another use case for this. I would like to write a util that would download identifiers of latest images in our ECR and pass...

Thanks @lizardruss the workaround works, but means projects no longer are self-contained. In our scenario, a dozen of projects that eg. depend on a shared postgresql, have to know its...

@ndj888 this is a tool for local development isn't it? When service gets redeployed in the cluster you're connected to, you want your local app to pick this up. 5...

Btw, I'm experiencing very similar problem. The moment pod gets reshuffled or new deployment happens, the port forwarding dies and does not recover (even after 5 minutes), see below: ```...

@bsvipas we also use monorepo with interconnected Ember addons and we solved the issue by automatically symlinking whatever package specifically requires from a hoisted `node_modules` folder into the `package/node_modules` folder....

@runspired what do you suggest? I think some `exclude` pattern would be great to avoid those?

@davearel This is not browser specific. The addon just adds inline style `touch-action: manipulation; -ms-touch-action: manipulation; cursor: pointer;` for matched components, see https://github.com/html-next/ember-hammertime/blob/6292fad841be5b89bbdc9ad0fa4315d7565f0411/addon/mixins/touch-action.js#L13

Also, the admission webhook seems to not work properly (race condition) as I was able to create two pools with the same flavor: [ ![Screenshot 2024-06-28 at 14 47 27](https://github.com/mercedes-benz/garm-operator/assets/411756/61aeb2f2-1db0-4827-8b29-4eaf75ebf2e3)...

@the-nando That is a great shame as it could be much better used. When workspace A `depends_on` B and B is changed, it feels natural to trigger autoplan for A

@Joffcom agreed, I would assume the AI node to do more, so I expected some overhead and I did not expect same performance. It is usually quite fast for text...