Sukka

Results 403 comments of Sukka

> I am getting the same error Could you provide the URL and the code that reproduces the error? The more information you provide, the easier it will be for...

> Only way I could fix: > > ```js > await fetch(url, { headers: { 'Accept-Encoding': 'identity' } }) > ``` > > I wonder if this is related to...

It is becoming more and more ridiculous: bun 1.1.0+4f98336f8 now consistently crashes with `Decompression error: ShortRead` when fetching `https://geofeed.ipxo.com/geofeed.txt`.

Actually, the PR might accidentally introduces a new feature: create multiple key-value instance (in different object store) under one database. Every time a new key-value instance is initialized, the database...

I can reproduce the issue locally. The issue might be caused by Next.js rendering a different tree between the Server and the Client since the return value of `useId` is...

> Cloudflare or fly.io problems wouldn't mind hosting it for free since its simple redirects The project is already written for Cloudflare Workers, and Cloudflare has a sponsorship program (https://developers.cloudflare.com/sponsorships/)....

> Anyway, why not `colorette`? (the project from which `nanocolors` was originally copied) The installation size of the `colorette` (17 KiB) is 3x of `picocolors` (5.66 KiB) while only 7%...

`@swc/core` should have read the `.swcrc` file automatically, but I didn't add any test cases against this.

> `Uncaught TypeError: wakeable.then is not a function at Object.markComponentSuspended (react_devtools_backend.js:5694:16) at markComponentSuspended (webpack-internal:///(:3000/app-client)/./node_modules/next/dist/compiled/react-dom/cjs/react-dom.development.js:5148:30) at handleThrow (webpack-internal:///(:3000/app-client)/./node_modules/next/dist/compiled/react-dom/cjs/react-dom.development.js:30642:7) at renderRootSync (webpack-internal:///(:3000/app-client)/./node_modules/next/dist/compiled/react-dom/cjs/react-dom.development.js:30854:7) at performConcurrentWorkOnRoot (webpack-internal:///(:3000/app-client)/./node_modules/next/dist/compiled/react-dom/cjs/react-dom.development.js:29978:74) at workLoop (webpack-internal:///(:3000/app-client)/./node_modules/next/dist/compiled/scheduler/index.js:11:3897) at flushWork (webpack-internal:///(:3000/app-client)/./node_modules/next/dist/compiled/scheduler/index.js:11:3606) at...

That makes sense. Looking forward to your PR!