clover caruso

Results 232 comments of clover caruso

> However it wouldn't be a bad idea to set up a file that will run through all API routes and test every one of them all at once. Opinions...

i just realized the serialize library has a couple of tests using jest. maybe we want to use that, but i know vitest might be more suitible (cause i know...

We are going to use `bun wiptest`

it feels like a weird configuring, possibly involving what happens through `bun upgrade`. for what its worth, i haven't been able to reproduce this. i'll do some more investigation on...

react renamed their symbol for elements, https://github.com/facebook/react/pull/28813 bun's own transform for JSX does inlining in production: it seems for react 19 we will need to update or disable this

Currently working on this as a seperate npm package, then it can be integrated to this.

Progress: Blank project generation has been made [here](https://npmjs.com/package/gamemaker-make-project) by me, we just need to implement it into the server. Problem is you have said that the language server only gets...

> I don't think this is a design issue as long as Zig identifiers can be any arbitrary bytes. there are two current limits on identifiers that i am aware...

i dont get this issue on my computer anymore and i have no idea how i'd reproduce it