Micha Huhn

Results 10 issues of Micha Huhn

This code example contains an unstyled button at the bottom which is hard to read. Add styling to improve readability. https://www.arrow-js.com/#overview ![image](https://github.com/justin-schroeder/arrow-js/assets/69698193/55cab872-e5dc-438d-b453-f30c840a9db6)

Currently, the icons in the preview canvas are not perfectly centered: ![icon](https://github.com/user-attachments/assets/45e445c9-11a6-4025-91aa-fcce7f496197)

bug
good first issue
icons

I'm not able to build a Vue project with pnpm. It works with npm. > [!IMPORTANT] > * Windows 10 > * pnpm version: 9.9.0 > * npm version: 10.8.3...

### Describe the bug The default value of the `immediate` property is set to `false`: https://github.com/vueuse/vueuse/blob/9943a7adc3220652c4034ed71ad5a9910f4640c0/packages/core/useTimeoutPoll/index.ts#L6 However, the default value in the docs is `true`: https://github.com/vueuse/vueuse/blob/9943a7adc3220652c4034ed71ad5a9910f4640c0/packages/shared/useTimeoutFn/index.ts#L11 ### Reproduction not required...

documentation

When clicking on the SpacetimeDB logo, `overflow: auto;` gets applied on the `` tag which creates a horizontal scrollbar. https://github.com/user-attachments/assets/3b580f24-2b09-4046-902d-039458a8432e

**create-react-app** is used as an example on this page: https://pnpm.io/cli/dlx (https://github.com/pnpm/pnpm.io/blob/main/docs/cli/dlx.md). However, this project is deprecated: https://github.com/facebook/create-react-app It might be beneficial to replace create-react-app with a different example.

Update Vue demo app * Update dependencies * Convert to script setup Composition API * Update styling Before: https://github.com/user-attachments/assets/80b58bf6-5a6d-435a-9f70-82b135d509e7 After: https://github.com/user-attachments/assets/00c3c6ea-aec9-4d97-8f2e-f199571eb9ec

Convert the `URLManager` class into a `useUrl()` composable. In this case we should use a composable instead of a class because we are using Vue code in the `URLManager`. TypeScript...

Simplify the `waitForFontsLoaded()` function in the `fontStatusStore`. The callback function will be executed _whenever_ the `fontsLoaded` ref is `true`. Because it should only be executed once, the `once` option is...

When selecting the text inside the search input field (e.g. `Ctrl + A`), it shows up twice: