Birk Skyum
Birk Skyum
Explore posts from servers
DDeno
Created by Birk Skyum on 9/10/2024 in #help
canary `deno install` - can't find npm modules
Aha! Turns out adding the ""nodeModulesDir": "auto"," in the deno.json, and running deno install does wonders here.
7 replies
DDeno
Created by Birk Skyum on 9/10/2024 in #help
canary `deno install` - can't find npm modules
And thank you for that - I'd totally missed that
7 replies
DDeno
Created by Birk Skyum on 9/10/2024 in #help
canary `deno install` - can't find npm modules
No description
7 replies
DDeno
Created by Birk Skyum on 9/10/2024 in #help
canary `deno install` - can't find npm modules
Oh, right! So now I get "Error: Cannot find module 'vitest/config'" Should I setup-up import mapping for that as well next to the one for "vitest"
7 replies
DDeno
Created by Thomas on 7/20/2024 in #help
Demo for Desktop App
I hope when Deno 2 lands, and the DENO_FUTURE=1 is baked in, that it'll be easier to assess the preliminary Tauri support that does exist at this point. Haven't tried using it much with deno yet though, but some pieces appear to work - https://github.com/denoland/deno/issues/20738
10 replies
SSolidJS
Created by aver6219 on 6/1/2024 in #support
SolidStart ver.1
There is a ticket here for most of these issues https://github.com/vercel/nft/issues/421
15 replies
SSolidJS
Created by aver6219 on 6/1/2024 in #support
SolidStart ver.1
glob 7.2.3 is also from @vercel/nft, so that seem to account for multiple of issues, so maybe that's a good place to put a ticket, or maybe nitro can use an alternative dependency.
15 replies
SSolidJS
Created by aver6219 on 6/1/2024 in #support
SolidStart ver.1
SolidStart builds on top of Vinxi which sits on top of Nitro/Vite which are maintained by other teams. The nitropack (Nitro) pulls in @vercel/nft which is pulling in @mapbox/node-pre-gyp which pulls in npmlog etc, so not to come with excuses, but some of these issues likely better to resolve upstream by the Nitro, Vercel or Mapbox team.
15 replies
SSolidJS
Created by belst on 5/31/2024 in #support
Modify dev server port
14 replies
SSolidJS
Created by belst on 5/31/2024 in #support
Modify dev server port
the vite server options are largely ignored because of vinxi
14 replies
SSolidJS
Created by belst on 5/31/2024 in #support
Modify dev server port
you can fix the dev server port with "dev": "vinxi dev --port 10000"
14 replies
SSolidJS
Created by Deflaktor on 5/29/2024 in #support
create example solidstart project takes forever
you can try using the latest main branch with bun upgrade --canary
13 replies
DDeno
Created by lukeed on 5/8/2024 in #help
deno w/ svelte kit
This PR will fix a few sveltekit related issues, so I'll help reassess the situation when it's in https://github.com/denoland/deno/pull/23634
9 replies
DDeno
Created by lukeed on 5/8/2024 in #help
deno w/ svelte kit
When does it happen? During build?
9 replies
SSolidJS
Created by Some Call Me Tim on 4/19/2024 in #support
How to output raw HTML with SSR Start?
Or if you can split out the script tags, it should be possible to add them at runtime with the solidjs/meta.
4 replies
SSolidJS
Created by Some Call Me Tim on 4/19/2024 in #support
How to output raw HTML with SSR Start?
Hmm, I wonder if it's reasonable here to run effectively another nested solid app with https://docs.solidjs.com/reference/rendering/render-to-string by attaching it to an existing element.
4 replies
SSolidJS
Created by binajmen on 4/12/2024 in #support
The props are reactive, right?
The guides in docs.solidjs.com are a good intro as well
21 replies
SSolidJS
Created by Minoo on 4/10/2024 in #support
"<A> and 'use' router primitives can be only used inside a Route." When testing component in router
When I've hit this, it's typically been a call to useParams or useSearchParams outside of the routes
3 replies
SSolidJS
Created by Minoo on 4/10/2024 in #support
"<A> and 'use' router primitives can be only used inside a Route." When testing component in router
It's impossible to debug without seeing the code
3 replies