Mathias Lafeldt

Results 30 comments of Mathias Lafeldt

Looking at the other pull requests, the author seems to have abandoned this project. I've been waiting for 8 months to get https://github.com/rtomayko/ronn/pull/51 merged (or at least rejected).

The problem is that Chef now stores the additional folders `nodes` and `local-mode-cache` in `/tmp/chef-runner`: ``` INFO: Uploading local files to machine. This may take a while... DEBUG: Uploading files...

@aight8 Did they make chef-zero the standard at some point, replacing chef-solo? I'm asking because I've never implemented chef-zero support (#35). To be honest, I haven't used Chef in ages,...

Created this issue as requested in https://github.com/renovatebot/renovate/discussions/17084

> I just remembered that this is used in the bootstrap layer to detect whether we're running in production or not (see https://github.com/netlify/edge-functions-bootstrap/blob/main/src/bootstrap/environment.ts#L2). For non-Netlify employees: https://github.com/mlafeldt/netlify-edge-bootstrap/blob/main/modules/edge-bootstrap.netlify.app/bootstrap/environment.ts#L2 😄 Are you...

I can tell for sure that disabling the inherited `worker_dev` setting definitely works, as I had to do it today: ``` name = "webhooks" type = "javascript" workers_dev = true...

@StoneDot Sounds good. Looking forward to your decision. In my opinion, making the output stable only means that people can expect it to be stable now, whereas they couldn't make...

@StoneDot Rebased on top of main.

@StoneDot You could also run this to skip integration tests altogether: ``` ❯ cargo test --bins Finished test [unoptimized + debuginfo] target(s) in 0.12s Running unittests (target/debug/deps/dy-796db90becd647d8) running 3 tests...