Catalin

Results 40 comments of Catalin

I’ve looked at how much time the `processSectionBlueprints` function takes to complete on both old and new implementation and the timings seem to be really close. So with the refactor...

Related comment from discord: > I just noticed than when used in conjunction with Kustomize, if we declare the namespace in the kustomization, it prevents us from using the diff...

Related to #1816 and #1794

Closed the above two referenced issues in favor of: https://github.com/kubeshop/monokle/issues/1418

Should we find a solution that solves this as well - https://github.com/kubeshop/monokle/issues/616 ?

Revisit files that can be opened, for example the ones without extension like `Dockerfile` or "dot" files like `.monokle`

what about this other issue https://github.com/kubeshop/monokle/issues/1983 ? or maybe the ability to quickly compare a chart / kustomization with the cluster resources? I'm thinking of the following workflows: 1. Load...

I don't think having with a separate panel will be the right way to do, because we might have other features (panels/tabs) affected by the Cluster Mode. Maybe we should...

Hi @RonWizz , you'll have to create a new component file in the `src/components/molecules/FormEditor/FormWidgets` folder and then include your widget component to the return value of `getCustomFormWidgets` from `index.ts`

Hi @lethargosapatheia , I've created an issue about that here https://github.com/kubeshop/monokle/issues/1647 and we finally have a way to reproduce the error. This will get fixed as soon as possible and...