@thsottiaux I’ve been loving GPT-5.6 Sol in Codex. Backend development is most of what I do, and it has consistently produced higher-quality code than the other models I’ve used.
@ericzakariasson Very impressive! I just tried it out and I was wondering if there was a way to setup the environment manually like we did with normal Cloud Agents (Docker, install hook and start hook)?
@kazzkiq@aidenybai If I'm not mistaken, a re-render in this context means React calls your component function. However, this doesn't necessarily update the DOM as React only updates the DOM if the output of your component function differs from its previous result.
@sprog_ch@kentcdodds@heyImMapleLeaf@remix_run@electronjs At the moment nodejs-mobile uses Node.js 12.19 so I had to make a couple changes to remix-run/node and remix-run/serve (using patch-package) so that it would run on 12.19. It was like 3 small trivial changes. The wonderful peeps at Nodejs-Mobile have started porting Node.js 16.x