Gal Schlezinger
Gal Schlezinger
I don't understand this, so I'm closing. Feel free to reopen a PR with a test or a video shows a reproduction please :pray:
Hey @sledorze! I worked on a library that does kinda the same. maybe I could use the decoder internally instead of doing that myself. I wonder what do you think:...
woah, that's wonderful. thank you!
What fnm version are you on?
interesting. would be great to understand what is special about your setup. i have some tests and i need to know how to repro 🙏
yeah sure, but let's use `globby` instead of `globbySync`. PRs welcome 😁
Have you read the error message before opening the issue? And have you installed fnm with the `fnm init` call as the setup requires?
hmmmmmm would be very interesting to know what's the error, maybe it is related to some custom credentials path in your ENV? is there anything interesting happening in your env...
> This method panics if a TLS backend cannot be initialized, or the resolver cannot load the system configuration. https://docs.rs/reqwest/latest/reqwest/struct.Client.html#method.new
So I assume the best way I can test it is to have malformed CA cert env vars, and then we can use the default instead of panicking, and emit...