Onur Eren Elibol

Results 7 comments of Onur Eren Elibol

Create a simple Nuxt.js project with selecting yarn package manager as default. And run `yarn run dev`, you simply don't need any benchmark results. Graal is slower 3min or more...

I have the same issue with graphql-yoga integration, is there a workaround?

@andreiborza not have a public repo but I think you can reproduce by installing using their docs (its simple) https://the-guild.dev/graphql/yoga-server/docs/integrations/integration-with-bun after this just add @sentry/bun and try to init it...

I'm also getting this error on my mobile phone with expo development (It works with emulator). "react-native": "0.74.5", "react-native-mmkv-storage": "^0.9.1", (and 0.10.3) both doesn't work.

my workaround is to use https://www.npmjs.com/package/core-js for reflect. But for some libraries like typegraphql its reflect implementation is missing some methods. So I use 2 libraries together, core-js initialize the...

I wrote this as a separate component, can be opened/closed by changing open prop; ``` /** * @event {{ timeout: boolean }} close */ /** * Specify the kind of...