Alex Lohr

Results 18 issues of Alex Lohr

Event.currentTarget is supposed to be read only, so attempting to overwrite it will throw an error. Instead, one is supposed to use Object.defineProperty to set the current target.

bug

#### Testing the changes - I tested the changes in this PR: **YES**

The ts-vitest-installation seems to has some issues, especially in windows. I tried to fix the most pressing one, but even so, you still need to use pnpm to make it...

#### Testing the changes - I tested the changes in this PR: **YES**

replace curl with xbps-fetch #### Testing the changes - I tested the changes in this PR: **YES**

**Reproduction:** Use the default solid-start starter with the static adapter and in `vite.config.ts`, you set `base: ""` or `base: "./"`. Run `npm run build` (or pnpm or yarn). **Expected outcome:**...

The hydration scripts ([route].[hash].js) are prefetched, but only loaded on re-routing from another page. Events that are supposed to be there on load are missing. Example: * load https://atk.github.io/solid-cheat-sheet/ ->...

At the moment, hydration only works for input and click events. Other events are not covered. In my case, I want to detect other events, so I want to have...

enhancement

I tried to fix the types of the .ts files. Next step would be to move .js files to .ts one after another.