Thomas Beer

Results 8 issues of Thomas Beer

### 📝 Issue Description The "Get started" button always navigates to `/quick-start`, regardless of the tab selected. ### 📋 On which page(s) it occurs https://docs.solidjs.com/, https://docs.solidjs.com/solid-router, https://docs.solidjs.com/solid-start ### 🤔 Expected...

bug
pending review

- Added useUserAgent primitive, which allows for the user to retrieve the user agent string on the client or the server - Restructured code slightly, so that different start primitives...

### Describe the bug When client-side navigating to a different route, the `window.location` property still holds the data for the previous route. This means that any components using this data...

Draft PR for adding OG images to the docs. Any ideas on how these can be improved are welcome!

**Is your feature request related to a problem? Please describe.** I'm using a raspberry pi pico to control stepper motors. It would be convenient if I could stop execution of...

enhancement

Closes #164 This PR is much bigger than I intended it to be, and clones data each time a file change is observed. This could possibly be removed by changing...

enhancement
cli
ready

I've tried to keep the API as close to the react version as possible. Creating as a draft PR for now as I haven't figured out testing yet. I'm happy...

community contribution

## Summary Using `useContext` outside of a provider can cause unforeseen and cryptic errors. This PR adds a warning (in dev) when the result of `useContext` is falsy. See https://discord.com/channels/722131463138705510/1358899310116213008...