Results 14 comments of Dominik Horb

I recently found that there is a [semgrep rule](https://semgrep.dev) to check that a timeout is set for these calls. If you run this in CI you at least don't need...

Would you consider adding a `package-lock.json` or accept a PR for this? We had problems installing a working version due to this issue and this could be mitigated by locking...

> Hello Guys, I am facing the issue where whenever my pod restarts it looses DB config. I am using the helm charts from ".example" folder. I see a lot...

Since we just deployed a test installation with the current Helm chart, I'd really like to see this reopened. The experience was pretty painful to say the least, as we...

This was just a test install, but the plan for us would be to get something production ready deployed if the test goes well. For kubernetes deploys we mainly do...

> I actually think this is one of the main reasons for not providing a helm chart for this. There is a helm chart though and to me at least...

We have the same issue on 0.9. This fails ~90% of the time: ```javascript await creatives.waitForElementVisible('@newPortfolioItemDialogSubmit', 5000) .click('@newPortfolioItemDialogSubmit') ``` While this works: ```javascript await creatives.waitForElementVisible('@newPortfolioItemDialogSubmit', 5000) .click('.creative-new-portfolio-item__dialog-submit') ```

I just made a similar comment in #2963, but it seems relevant here as well (and also this issue is still open 😉 ). I believe there are three different...

I didn’t do anything here yet, as I’d like to get feedback from a maintainer first on whether a PR like this would even be considered.

We are seeing a similar behaviour in our CI pipelines for Poetry when the layer is already in the cache.