Valentin Deleplace

Results 121 comments of Valentin Deleplace

http://redesign.programming-idioms-alt.appspot.com/random-idiom Still a lot of work to do in order to integrate new look&feel and preserve features, but it's a start.

It seems that 3 approaches are popular in online playgrounds: a) The playground owner manages storage for user snippets b) The playground accepts Gist IDs in its URL, and dynamically...

Hi @sakayaparp , I'm curious if you could measure that: - before the change, the memory wasn't released, - after the change, the memory was released Thanks!

Awesome data, thank you @sakayaparp !

Ha, [logs](https://btx.cloud.google.com/invocations/69b68f5a-305e-45e7-9135-cf3b43694a82/targets/cloud-devrel%2Fgo%2Fgolang-samples%2Fpresubmit%2Flatest-version;config=default/log) say: ``` === Errors go: go.mod requires go >= 1.22 (running go 1.21.11; GOTOOLCHAIN=local) ``` It is possible that some policy about supported Go version would sometimes prevent...

The superstatic package.json says ``` "engines": { "node": "18 || 20" } ``` so it might be a misconfiguration in firebase-tools to accept Node 22.

See also #99, which would avoid this ambiguity altogether

Yes, thank you

Thank you @aalej for this fast reply. I edited the issue to mention I had freshly installed the Firebase CLI using brew. I'm using Node.js v22.1.0 I suspect this specific...

Awesome findings @aalej, this is working for me as well! (via brew, not via nvm) ``` $ node -v v22.1.0 $ brew install node@20 $ brew link --overwrite node@20 $...