mindon
mindon
> > it seems the zig-out/bin/protoc is not executable -rw-r--r-- protoc > > @mindon I can't reproduce on linux. What OS are you seeing this from? > > ``` >...
it seems islands with same names are messy, something like _routes/a/(_islands)/Hello.tsx_ _routes/b/(_islands)/Hello.tsx_ /b got the Hello island from /a **jsr:@fresh/[email protected]**
> I believe this was because esbuild 0.18.0 [adds support for vanilla JavaScript decorators](https://github.com/evanw/esbuild/releases/tag/v0.18.0#:~:text=Using%20experimental%20decorators%20now%20requires) (different from the "experimental" one invented by TypeScript). You just need to add the tsconfig `"experimentalDecorators":...
> That error always occurs when there are multiple instances of Preact being used at the same time. They don't know about each other. Running `deno info main.ts` might reveal...
it seems the issue comes from chunks import orders of **preact-signals**, NOT the multiple versions of Preact. when i use a simple demo project with following _islands/Counter.tsx_ there's only one...
finaly, it's gone in Deno v2.1.6
something is wrong with fresh 2.0 built under deno 2.0.1 , it's ok under deno 2.0.0 https://github.com/denoland/fresh/issues/2714
facing the same issue
> Can you explain what is the ask here? i mean, is there a method to config the default allow-imports global?