Johannes Klose
Johannes Klose
@mrjoelkemp good point, this would solve some of the `config.isListForm ? [] : {}` pattern :) I think the performance penalty won't be a huge concern as long as the...
> Why do you think this warning is not important for your case? I'm on a typescript/backend project using jest for tests. Since typescript + jest may use babel for...
@andrasbacsai i'm still getting this exact error on beta.255 when loading a `docker-compose.yml` with environment variables like `VARIABLE=${VARIABLE}`
Loading a docker-compose.yml now works as in it creates the environment variables without complaining. They are, however, not exposed to the actual containers. When i run `env` in a running...