Alex Lohr
Alex Lohr
SSolidJS
Created by Alex Lohr on 1/4/2024 in #support
Solid-start + mdx: remark-shiki-twoslash does not work
I tried the current version of solid-start with mdx and attempted to integrate remark-shiki-twoslash (same as the docs), but no luck so far. I do not see syntax highlighting.
7 replies
SSolidJS
Created by Alex Lohr on 3/10/2023 in #support
using createResource on node
I am trying to create a filesystem primitive that abstracts different file systems (virtual on localStorage, typescript-vfs, web filesystem api, web filesystem access api, node, tauri); synchronous file systems return signals on read access, whereas asynchronous file systems are supposed to return resources. Unfortunately, I get an error on node with asynchronous file systems; sharedContext is not defined. Is that correct?
9 replies