king8fisher

Results 10 issues of king8fisher

The error is thrown in the browser: ``` main.js:1 Fetch finished loading: GET "https://fresh.deno.dev/showcase?fresh-partial=true". S @ main.js:1 (anonymous) @ main.js:1 main.js:1 Uncaught (in promise) Error: Found no partials in HTML...

bug
docs

Version: Deno 1.40.4 In a provided minimal example the `length` property shows a squiggly in the IDE anywhere where an attempt is made to assert the computed length with anything...

I wanted to see this in the docs. Please feel free to reject this if it's too trivial.

Imagine a route file named `[product].tsx`. When you handle a request, you are reaching for the param named `"product"`. If the product sent contains a space, it comes with a...

resolved-in-fresh-2

``` "$fresh/": "https://deno.land/x/[email protected]/", "preact": "https://esm.sh/[email protected]", "preact/": "https://esm.sh/[email protected]/", "@preact/signals": "https://esm.sh/*@preact/[email protected]", "@preact/signals-core": "https://esm.sh/*@preact/[email protected]", ``` Minimal reproducible example https://github.com/king8fisher/bug-report-deno-fresh-fragment

bug

File name: `*.tsx` Using Fresh as an example. * Shift-F12 on `prefix` on the object destructuring `{prefix, value, postfix, title}` provides a `{prefix}` among the results of references. ![image](https://github.com/denoland/vscode_deno/assets/140904760/70cd560a-c9c5-4d4a-ba02-fd5c12d01549) *...

`parse` seems to be the main working horse, it would be great to have the API to work with the `ReadableStream` as the source to allow for both File or...

@HSZemi, I'm using your data and would like to include the license. Thank you!

### What's not working? `terminal-link` is still struggling with the old bug from 2022: https://github.com/sindresorhus/terminal-link/issues/18 Some terminals, including Windows VSCode built-in are not recognized as supporting terminal links, as a...

bug/needs-info

Round-trip test fails: ```js convert.gray.hwb(0) // [0, 100, 0] → hwb.rgb → [255,255,255] white (expected: black) convert.gray.hwb(100) // [0, 100, 100] → hwb.rgb → [127,127,127] gray (expected: white) ``` Current...