Mikaël Barbero
Mikaël Barbero
The only way to deploy this change is to delete the old previous resources. Below the instruction for staging, needs to be replicated for prod. Note that this will introduce...
Any feedbacks?
My use case if the following: I have a 2 phases process. First phase uses a jsonnet program to generate a json file driving an imperative process to generate some...
@sbarzowski Thanks for your efforts in identifying our precise needs. > > Phase 2 generates kubernetes secret resources by importstr the content of the secret files. > > How about...
> What do you think about providing `--tla-var-dir`/`--ext-var-dir` which would provide an object similar to what you would get with `dir2json` but built more efficiently and without the need of...
> @sparkprime Yes, extending object comprehension and with hidden field would solve this issue. > as you suggested: > > ``` > objectPop(obj, key): { > [k]: obj[k] for k...
Indeed, it's still useful. My comment was a bit "raw", sorry about that. I just wanted to note that, if jsonnet ever includes a solution to remove fields from an...
I've already enabled compression at the spring level on production with https://github.com/EclipseFdn/open-vsx.org/commit/adfde558e8aafd6453b8bdd47144f9d2f3eb0183. Will this have an impact?
The paging should definitely help. The compression not so much. Indeed, the reported bandwidth consumption from https://github.com/eclipse/openvsx/issues/379#issue-1066284053 was already about compressed responses. Initially, we were compressing responses at the LB...
> Are we able to make progress on this PR? > > CodeScene is failing due to an increase of cyclomatic complexity. Can a maintainer take a look at this...