Lukas Holzer

Results 49 comments of Lukas Holzer

@jeddy3 Thx is now working with the latest version. The question even though is for me can we implement the feature of passing the files directly? As this might be...

As going further with the migration it seems that we are blocked by `oclif` therefore I suggest implementing this issue earlier: https://github.com/netlify/pod-workflow/issues/343 (internal issue)

@ehmicky, @erezrokah I hit some further roadblocks on the cli repository I wanted to discuss with the group. The CLI is using the require cache mechanism to serve a clean...

@benmccann this PR is only the top of the iceberg. There is a lot of work for the functions resolving to make it compatible. (as some require functionality is used...

Instead of express use fastify as it is even faster than node native http (it performs some optimizations). There is the fastify static plugin as well should be relatively straight...

@simonepelosi for sure you can work on that! If you need some guidance regarding testing or something else please don't hesitate to reach out to us!

@janosh sadly I had to put it on the side due to a shift of resources and priorities but If you want to continue feel free to! I would love...

@janosh that should be all - having passing checks (e2e tests and unit tests) should provide the confidence

Basically we try to split it from top to bottom to migrate small parts for small parts as you can import commonjs in esm. But vice verca is way more...

Hey can someone clarify the behaviour for me that we should create for the user? - Is it just omitting the "faulty" redirects and then logging an error message? -...