Casey Ydenberg
Casey Ydenberg
Subtask of #118. Ideally use [Lens-starter](https://github.com/elifesciences/lens-starter) to add custom panels and converters. The built project could then be included in ScienceFair as an npm module.
**Describe the bug** When monitoring onPinch states, the values reported by `state.delta[0]` become greater and greater in magnitude on each successive event, and do not reset even when the gesture...
My app requires support for `six`. If you don't immediately add this feature, we'll have no choice but to search for another library that we can use for free without...
Minimal repro here: https://github.com/CAYdenberg/fresh-nesting-fatal - clone it - `deno task run` - navigate to localhost:8000/preact-bug - open the console The basics are: ```tsx // routes/preact-bug.tsx export default function PreactBug() {...
I realize this is probably an issue with canvaskit-wasm, but still it would be awesome if it worked (perhaps by inlcluding an additional small dependency). All the major browsers now...
### Description I had to bump this package to a new major version to fix a production bug (relating to hooks being called conditionally). The release notes are not very...
There are some suggestions [here](https://github.com/denoland/fresh/pull/3477) for how the docs could be reorganized but they are a bit stream-of-consciousness and also contain mentions of some unexpected behaviour that should probably be...
The very first page of the docs is a little unclear about whether the main file is `main.tsx` or `main.ts`. It's a bit a of problem because as it stands,...
Fresh 2.1.1 Deno 2.5.1 1. Create a new Fresh app `deno run -Ar jsr:@fresh/init` 2. In `routes/index.tsx`, add `import { z } from "https://deno.land/x/[email protected]/mod.ts";` above the main function, and then...