Radoslav Kirilov
Radoslav Kirilov
The paths in https://github.com/thias/glim/pull/50 are not up to date for Gentoo
When forcing `ECMAScript modules` using `"type": "module"` in `package.json` or in other way as per https://nodejs.org/api/esm.html#enabling, I have managed to workaround this by forcing CommonJS modules for Elastic APM only...
@taylorsilva I confirm your findings and I don't have better workaround than increase the timeout and manually intervening when such things happen :(
Something I will try to workaround this: - each Producer & Consumer or group of those will create their own `KafkaUser` declaration in the `kafka` namespace the `strimzi` operator will...
I believe similar approach like https://github.com/strimzi/strimzi-kafka-operator/issues/5895#issuecomment-1422080151 may be applied as a workaround of this case
I needed both so implemented the following PRs: - https://github.com/pressly/goose/pull/603 - https://github.com/pressly/goose/pull/604 Both features are now released as https://github.com/smoke/goose/releases/tag/v3.16.0-envsubst.1, until the PRs are merged and released.
I have noticed that missing `.env` is considered a fatal error, where it should not be ... now reconsidering the options
Considered to expose option to read file pointed via `-env-file` and as well to skip any errors while doing that.
@mfridman I have rebased this branch, please take a look.
@mfridman That is a good point indeed and makes me wonder as well. Me and many others most likely are used to have such capability embedded and being cross-platform from...