Borek Bernard
Borek Bernard
Wow that was fast! I tried in our repo which uses Yarn workspaces and it failed after about 1 minute with this error: > FATAL ERROR: Reached heap limit Allocation...
It's an internal repo, unfortunately, and I can't promise that I'll remember to create a public repro 😄. But you're awesome for adding pnpm support so quickly!
Are there already examples of HTTPie flags / options that curlie supports, or would this be the first?
@hrach Počkej, jako ty mi chceš říct, že sis nechal utéct "prvniii"?! Jinak máš pravdu.. @martenson Ano, Discussions byly nějakou chvíli hlavní kandidát. Napíšu follow-up s pár detaily...
### RSS feed Pokud by někdo chtěl: https://rsshub.app/github/issue/borekb/blog/
@vlko Já se obecně nechci potýkat s žádným redakčním systémem, ale díky... @jakubboucek Jo, to je fajn, taková kolaborativní platforma 😄. (Samozřejmě jsem koukal, co s tím jde dělat, je...
@arcanis You're right, I was probably thinking about the pre-release period in 2019 where we were evaluating Yarn 2 (beta) and PnP was the only linker back then. I'll update...
@zkochan That is a great point, I'll add it to the lists of pnpm advantages. Thanks!
Workaround for when I need to load nvs in each shell (to get the Node.js version set by `nvs link ...`): ```bash export NVS_HOME="$HOME/.nvs" [ -s "$NVS_HOME/nvs.sh" ] && ....
@marlonrichert I still experience the same issue as of 024dea3, the workaround is still required on my machine.