Katja Lutz

Results 22 issues of Katja Lutz

## Is If I use ts-node together with tsconfig-paths/register and a tsconfig baseUrl of `./node_modules` the runtime seems to "ignore" package.json exports of dependencies and uses the wrong file. As...

help wanted

Hey dear friends! Do you know about this? https://www.thecssninja.com/javascript/handleevent I think it would be a nice addition if your eventhandling would accept objects like in vanilla js! ```js var app...

enhancement
help wanted

IS: During `npm run build` the `start-node` adapter currently runs three build processes, one if them is a pure [rollup](https://github.com/solidjs/solid-start/blob/1b82b2c94fa0314571b1c65350876ca7d5c5aa08/packages/start-node/index.js#L47) build. 1. That rollup build doesn't have vite's external-dependency detection...

bug

I really love the work you put into this library. Unfortunatly i stumbled upon a problem with the sourcemaps for files without sourceMaps. My temporary workaround is here: https://github.com/witneyjs/witney/commit/5a37869e42f715d6b6e2f32608c14446191a478a#diff-bafcc89a9f643b0986efd0ea2e5911bbR100 IS:...

First and foremost thank you for this awesome open source project, its really nice to see other people also trying to break out from the bigtech services! In the README...

Is: Currently if a keyed `` is used inside of a ``, and the Show value is suspense-transitioned with `startTransition`, the exit and enter animations will already run with old...

**Describe the bug** When the initial focus is not already in the accordion content, clicking on a child element of accordion content (e.g. an input) will focus it, but then...