Birk Skyum
Birk Skyum
Explore posts from servers
SSolidJS
Created by Birk Skyum on 3/12/2024 in #support
Can't use import `assert {"type":"json"}``
whenever I try to import a .json document with the assert specified, i get errors about missing babel plugins, but I'm not able to add a babel plugin. Small repro here: https://github.com/birkskyum/solid-import-assertions
2 replies
DDeno
Created by Birk Skyum on 11/29/2023 in #help
Webgl2 in Deno i.e. for unit testing
nodejs has this challenge that there is no way to run webgl2 (or webgpu), i.e. for unit testing. There is a solution for webgl1, through the use of https://github.com/stackgl/headless-gl. Is there a way to run webgl2 in deno, headless?
6 replies
SSolidJS
Created by Birk Skyum on 11/21/2023 in #support
createResource - SSR / SPA
moved conversation here @Christian
18 replies
DDeno
Created by Birk Skyum on 11/12/2023 in #help
byonm - force use of Deno
When I use byonm enabled in my deno.json, and say I have a vite project triggered from a package.json with i.e. "deno task dev", it appears to just my code with Node.js underneath. Is there a way to force use of deno througout, somewhat similar to what bun has with --bun flag to overwrite uses of Node.js?
3 replies