Meng Lin
Meng Lin
### What is this request related to? Request ### 📋 Suggested https://docs.solidjs.com/solid-start/reference/client/client-only ### 📋 General description or bullet points Provide a way of using `clientOnly` without creating a separate file....
### Description `cz-cli` dependency `wrap-ans` does not import properly, causing error when running `pnpm commit` **package.json** ```Json { "type": "module", "scripts": { "commit": "cz", ... }, ... } ``` **error...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 According to [solid-docs-next/issues/840](https://github.com/solidjs/solid-docs-next/issues/840), `clientOnly` requires at...
## Summary For context, I'm using `skott` to help port libraries between frameworks. But porting a library with a team requires coordination and prioritisation. I would like to prioritise files...
Merging correct branch, initially #10. Successfully building libsndfile for issue https://github.com/jet2jet/fluidsynth-emscripten/issues/9 The CMakeLists.txt is currently written to succeed despite not finding packages. Ideally it should fail when a package is...
I aim to reduce the WASM size with libsndfile support - at 3.1 mb currently, compared to 0.5mb default build Now `pkg_check_modules()` in `CMakeLists.txt` will attempt to find the `sndfile`...
### 📚 Subject area/topic Cloudflare deployment ### 📋 Page(s) affected (or suggested, for new content) /guides/deployment-options/cloudflare.mdx ### 📋 Description of content that is out-of-date or incorrect 1. Vinxi `app.config.ts` needs...
## Destructive fix closes #514 This removes the ability to freeze content as `options` update when popover is closed. Freezing content and displaying old options seem like a weird behaviour....
## Is your feature request related to a problem? Please describe. Creating a Table component ## Describe the solution you'd like Was absolutely blown away by this: [React-Aria Table](https://react-spectrum.adobe.com/react-aria/Table.html) It's...
*Firstly, is this a bug or feature? - code appears to be written intentionally* ## Describe the bug When combobox & search (which uses combobox) blurs, the old `options` are...