Damien Retzinger

Results 192 comments of Damien Retzinger

This needs to be reopened at a later time. We've substantially revised the codebase since when this was opened.

It turns out, they do deploy. https://github.com/graycoreio/daffodil/actions/runs/11054066664/job/30709966620 However, it doesn't create a deployment in Github. Additionally, we should lock this down to trusted forks.

The ref needs to be changed: https://github.com/graycoreio/daffodil/blob/develop/.github/workflows/deploy_preview.yml#L45

It looks like eslint supports this for jest. https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/max-nested-describe.md

We should also figure out how to make this look nice like: https://www.npmjs.com/package/@angular-devkit/core

@fabiocav found this issue via a search. There is a task in https://github.com/Microsoft/azure-pipelines-tasks that is supposed to cover: > Deploy to Linux (consumption or dedicated) [But the task doesn't currently...

@alxhub in regards to DX, I've spent quite a bit of time poring over @devchas 's [Magic AI Renderer](https://github.com/angular/examples/blob/main/dynamic-sdui-app/src/app/magic-ai/magic-ai-renderer.component.ts#L88) from the Angular examples and I think after trying to adjust...

@Bromok your scenario actually already works with helm on 3.17.3 without issue, I have charts that deploy multiple instances of the same subchart already. I figured that for storage size,...