clover caruso

Results 232 comments of clover caruso

it does say that; and that's what i used, and it didn't work with scoped packages (not fun when you depend on babel or types and more). kept tweaking things...

modifying the api was my concern. the ambiguous "is it static props or server props" and also changing behavior in a very breaking way. i will give it a try,...

i've had this same problem here, and it happened before on another software. cool thing about the other software is they had something in the settings that let you change...

it doesn't seem to work in bun canary ```ts import { test } from 'bun:test'; import { setTimeout } from 'node:timers'; test('unref is possible', () => { const timer =...

in my use case, i'm using special objects that have a custom `.toJSON` function (classes representing database objects), so i could just be calling `.toJSON()` on all of them myself....

opened a potential implementation PR (mainly wanted to learn how to contribute something small), but of course it should be discussed it should be implemented as a feature, or fixed...

I think that either the function should be automatically used or the user should (dev mode only) get warnings about having toJSON functions. I personally like the automatic side but...

that makes sense, you've convinced me it should be the dev warning due to the confusion of automatic type conversion, and how there's warning for returning other invalid structures like...

i just tried it on ios 12, it does work.

what version of chrome, and how are you running it. I quickly tested the [github pages website](http://wayou.github.io/t-rex-runner/) and that worked for me. Running on Chrome 73 on Linux.