-
A comparison of features could be neat.
To give confidence to users that vike-solid supports Solid Start features.
Also for us, so what we know where vike-solid is lacking compared to Solid Star…
-
I'm working on a project that was using Solid Queue v0.7.0 and using `bundle exec rake solid_queue:start` to start the process. When I updated to v1.0.0 last week, I also changed the command to start …
jp524 updated
2 weeks ago
-
I'm upgrading my web app to Rails 8.0, and it's a small app so I'm running the latest version of Ruby (3.3.6) and all gems. I also try to default to all autogenerated Rails configs as much as possible…
-
Getting above error when trying to use any of the imports from the library.
-
The example shown in readme (solid-start section) does not work out of the box. It shows error `tags array should be passed to in node`, however there is no suitable example mentioned in the docs abo…
-
Deno version: deno --version
deno 2.0.2 (stable, release, x86_64-pc-windows-msvc)
v8 12.9.202.13-rusty
typescript 5.6.2
Here is a repo: https://github.com/Ciantic/deno-pure-solid-start
```
1…
-
### Describe the bug
I have problems to build a project in a monorepo. As soon I add `@vanilla-extract/vite-plugin` to my project the build throws errors. I set up a monorepo to reproduce the error…
-
One of the current features Tanstack forms needs is to get SSR working with [Solid Start](https://docs.solidjs.com/solid-start) as it will be a good add-on to ensure seamless server-side form integrat…
-
Vinxi:
- [ ] Remove `/manifest.js` from being injected when it's empty
- [ ] Ability to serve from CDN but with function using my Vercel hacks
- [ ] Fix `vite-tsconfig-paths` bug
- [ ] Fix `vi…
-
Version: Deno 2.0.3
Say I try to run a project, like a new solid start example
- deno run -A npm:create-solid
- Select SolidStart, TypeScript, Basic
And then I port package.json over to deno…