Jason.json
Jason.json
SSolidJS
Created by Jason.json on 3/18/2025 in #support
Nesting server side functions in namespaces or any kind of block of code.
I was thinking about that, but maybe I will just leave it as it is. No need to use more performance overhead abstraction in my opinion. It would work better without it. 👍
10 replies
SSolidJS
Created by Jason.json on 3/18/2025 in #support
Nesting server side functions in namespaces or any kind of block of code.
I was just looking for a stucture like partern where I could write cleaner code.
10 replies
SSolidJS
Created by Jason.json on 3/18/2025 in #support
Nesting server side functions in namespaces or any kind of block of code.
Or if you preserve them.
10 replies
SSolidJS
Created by Jason.json on 3/18/2025 in #support
Nesting server side functions in namespaces or any kind of block of code.
Sure! Thanks for that. Also the enums at runtime compiles to very strange object like thing if you do not use const modifier.
10 replies
SSolidJS
Created by Jason.json on 3/18/2025 in #support
Nesting server side functions in namespaces or any kind of block of code.
Thanks! I’m aware that namespaces in JS are objects, which can introduce some performance overhead. However, I wanted to keep everything in db.ts without creating additional files. Either way, I’ll give it a try I had forgotten about import * as alias from 'somewhere'; . I’ll test it and let you know if it works. 👍
10 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
No description
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
No description
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
No description
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
No description
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
example:
import type { OS } from "./types/os";

export default function main(os: OS) {
os.addContextMenu("my window", {
onClick: () =>
os.openWindow("my window", {
content: <p>Welcome in my window! :D</p>,
}),
});
}
import type { OS } from "./types/os";

export default function main(os: OS) {
os.addContextMenu("my window", {
onClick: () =>
os.openWindow("my window", {
content: <p>Welcome in my window! :D</p>,
}),
});
}
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
To call
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
On load it just provides the object
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
You just write a default function wich accept os as argument
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
Yup I am thinking about making it extendable by using os api like so
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
No description
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
No description
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
👍
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
Here is how it looks like so far
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
But discord limit is 8 MB only so...
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
Idk if I can send it here 😨
53 replies