Ricardo Devis Agullo

Results 26 comments of Ricardo Devis Agullo

I think adding Prettier removes the need of specific eslint rules about styling, and eslint and typescript recommended eslint settings take care of the rest.

Since version 6 of npm you can use aliases for packages, with syntax like this: `npm install @npm::` This could be a solution, instead of using [npm-install-version](https://www.npmjs.com/package/npm-install-version), which right now...

not sure this is doable, so closing it

AFAIK there's nothing stopping you code-wise to pass extra parameters in the `env` object (whatever is there it will be passed directly to your oc data provider context [see here](https://github.com/opencomponents/oc/blob/master/src/registry/routes/helpers/get-component.js#L376))....

The proposed solution would not overwrite environment variables between components (I think), since each one will have it's own context object with their own .env file (stored along server.js in...

That approach works for us for a lot of environment variables that are not sensitive, but if we also want to use private keys, it would mean that the private...

If you could share how your solution works would be nice, although I think it solves different problems (living keys that can change and you always want to retreieve the...