cayter
cayter
> Not sure if this was posted / updated elsewhere, but i was able to get rid of the modal issue by doing the following: > > ```js > let...
Just bumped into this with the `static` adapter, it doesn't seem to work with `pnpm dev` but does work with the production build.
For Cloudflare bindings to work in local development, I think we can polyfill the platform params like how ppl doing it in SvelteKit [here](https://github.com/sveltejs/kit/issues/2966#issuecomment-1251898659). But I'm not sure if Qwik...
Before it's integrated and you need Biome so badly, this is what you can add into your `./.zed/settings.json`. ```json { "formatter": { "external": { "command": "node", "arguments": [ "./node_modules/.bin/biome", "check",...
> Thanks Sebastian. Is there any documentation about this change? Are they just deprecating the module? This is the related [doc](https://react.dev/warnings/react-dom-test-utils).
I was searching so hard for this. Any chance we can get this in soon?
FYI, **esbuild** just shipped [decorators support](https://github.com/evanw/esbuild/issues/104). Can't wait to test it out with `tsx` soon.
> Is it that same thing as this issue? I've personally never used decorators so I'm not sure. > > As I understand, what shipped in terms of `tsconfig.json` is...
> Do you know why there are two different configs if they're the same thing? Seems like they map to different behaviors. > > [From TypeScript's announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#decorators:~:text=This%20new%20decorators%20proposal%20is%20not%20compatible%20with%20%2D%2DemitDecoratorMetadata%2C%20and%20it%20does%20not%20allow%20decorating%20parameters.%20Future%20ECMAScript%20proposals%20may%20be%20able%20to%20help%20bridge%20that%20gap.): > > >...
> That, I understand. But what I'm trying to figure out is if this thread could actually be closed soon. > > This issue is specifically about `emitDecoratorMetadata`. And it...