Daniel Tschinder

Results 175 comments of Daniel Tschinder

If you already have a development environment, app and repo setup, it would be nice if you could try. Otherwise I can spend some time next week to set everything...

We are hitting the same issue here. The workaround works, but would be nice to have it working out of the box.

That should be fine to implement as long as we do not break backwards compatibility. Out of interest, what is your usecase?

Maybe an easier solution would be to add a text field to the settings where one can enter their path to pandoc.

The same is true for newlines and comments at the beginning of a program, see https://github.com/babel/babel/issues/6681.

@eduardoboucas This is failing because systemLogger is not available: I looked at the code and don't see it being passed int runSteps: [Here](https://github.com/netlify/build/blob/main/packages/build/src/steps/run_core_steps.js#L179) runSteps is called without systemLogger, [here](https://github.com/netlify/build/blob/main/packages/build/src/steps/run_steps.js) it...

You don't need to close this, renovate would have ben able to updated this PR.

> One possible solution is to work with downstream `@netlify/edge-bundler`, and pass the `--allow-env=...` flag to only allow access to the environment variables that'd also exist in production: This does...

Are we sure to enable this for all cli users? On LD I see it is only on for 5 users.

Also not able to reproduce this anymore. #5005 includes tests that actually test this.