Oren Elbaum
Oren Elbaum
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Other (Next.js, Gatsby, vue-cli, ...) ### Input code ```jsx ;{ ...b...
I wasn't sure if I should open an issue about this but I saw that you are using Solid' `createMutable` which is not recommended and is intended mostly for easier...
# Bug report ## Describe the bug When defining utils that have the same name as CSS properties, if I specify this util in the `css` or `styled` function then...
I think that it would probably be a good idea to move the website to a separate repo in order to reduce the noise in this repo. This repo also...
Unstable Islands don't work on windows, it seems to be due to a problem with the handling of path separators. This is the error I'm getting ``` [plugin:vite:import-analysis] Failed to...
I replaced the backslashes in the windows path with forward slashes
Right now the options in the CLI are `bare`, `hackernews`, `todomvc`, and other than that all the other options are different integrations. However, since every integration is its own template...
https://github.com/solidjs/solid-start/issues/495 needed to update the regex
Environment variables are always being logged to the console in dev, and it creates unnecessary noise in the console. I think that those logs should probably be removed.
When running the CLI, it shows this text in red: ``` Welcome to the SolidStart setup wizard! There are definitely bugs and some feature might not work yet. If you...