Joscha Feth

Results 233 comments of Joscha Feth

I suddenly started seeing this this morning. Updating to 536f951efb1ccda9b968e3c9dee39fbeb6d3fdeb does not seem to make a difference. When running `which brew` I get `/opt/homebrew/bin/brew` - is that meant to be...

> No longer occurs with Node v23.0.0 according to https://github.com/streetmix/streetmix/pull/3232 bumping node to `22.10.0` should be enough already, so you can stay on a LTS version.

I think having both options is quite the onus on future implementers and maintainers. You always have to think about both cases and what's supported might change over time as...

> @brendandburns I like what you done: to be optional and by default working like before > not sure all users target latest version of node... Erasable syntax is a...

> I'm still looking for converged advice here. Can we merge as-is since it is a no-op for most users and then we could change the default (or even remove...

> @joscha lmk when this is ready to be merged I don't think this is just up to me? I made my point, I'd enable it by default and make...

> * We might want to apply the rate limit wait also once before the original generator is used plus allow rate limiting on the transformers, otherwise global rate limiting...

> would be a layer above in the rest_api implementation Okay. How so, if it relies on a 429 answer or an explicit rest API resource returning the limits? Would...

When trying ```nix languages.javascript.package = pkgs.nodejs-slim_22; ``` I get ``` error: attribute 'nodejs-slim_22' missing Did you mean one of nodejs-slim_20, nodejs-slim_21, nodejs-slim_14, nodejs-slim_16 or nodejs-slim_18? ``` a short `devenv search...