king8fisher

Results 17 comments of king8fisher

For full example: https://github.com/king8fisher/deno-bug-reports/tree/main/1075-vscode-discovery-of-properties

Enhance explanation on how a global `signal` can lead to a leak of the state between several sessions. Potentially, provide a link to https://shared-signal.deno.dev/ example and ask users to try...

Potentially update https://fresh-with-signals.deno.dev as well.

A possible why behind returning a raw value. decodeURI throws if original value arrives wrongly formatted. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURI If decoding is the user's responsibility the they will handle the error. Alternative...

I just realized that I needed to encode my params in the urls too, otherwise whatever is passed may lack some portions of the data containing reserved symbols (for instance,...

1.4.2 -> 1.4.3 brought some new errors. Adding `alias=react:preact/compat,@types/react:preact/compat` to the `https://esm.sh/` links has definitely made compiler happier. New compiler errors surfaced after that, around `forwardRef`. https://github.com/king8fisher/test-fresh-radix-ui is a fork...

Oh! Great catch @kevingorski! Going to try and see if that affects the build!

1.4.3 -> 1.5.0 Still no great results. Errors around `forwardRef`: * Strangely hinting to re-import `forwardRef`: `The import specifier can be remapped to "react/jsx-runtime" which will resolve it via the...

Occasionally renaming of the files does flip .ts to .js in imports for me as well.

@marvinhagemeister Now as you say that I confirm that I do have that extension enabled. Disabling it to see if that helps to narrow down the issue.