Gal Schlezinger

Results 233 comments of Gal Schlezinger

Hey I really want to do that. Having dryRun was to support Deno. Hope I’ll get to this soon

The `rest` parser (which I need to document) should make this possible. However, there’s a design issue in cmd-ts that I need to really think on how to fix for...

I have implemented it. Wasn't hard. But I'm not sure that it is far better than: ```ts const extended = { someName: myParser(), otherName: otherName(), } as const command({ args:...

hey @nelodev, I am not sure if you have any progress with it, so I'm going to check this out :pray:

summary of #37980: a url encoded body does work, but multipart form data does not. it's blocked on undici/the edge-runtime library to implement this. :pray: lets do it

Can you share what is the output of `which npm`?

Interesting. Sorry about that. Do you know which command fails? `fnm env` or `fnm completions`?

It would be best if you can create a repo with a failing GitHub action. Because I’m kinda afk at the moment and it could help me debug 😄

hey, any update? 😄

I can't really help if I can't reproduce. Feel free to compile from source and try to add println 😒 What I really don't understand is why we get "can't...