foxpro 🐍
foxpro 🐍
Explore posts from servers
SSolidJS
Created by Mr Void on 9/23/2023 in #support
Is the following a "clean" way of handling modals?
This is fine
3 replies
SSolidJS
Created by boface on 8/14/2023 in #support
Anyone know a good solution for using GraphQL in Solid.js?
There is also @solid-primitives/graphql
3 replies
SSolidJS
Created by boface on 8/14/2023 in #support
Anyone know a good solution for using GraphQL in Solid.js?
You can start with genql/graphql-code-generator + graphl-request and use it with createResource
3 replies
SSolidJS
Created by tourist on 8/1/2023 in #support
idiomatic memo usage
Do you really need memo here?
3 replies
DDeno
Created by foxpro 🐍 on 7/27/2023 in #help
`deno compile` in Nix results in `deno repl` starting instead of actual program
5 replies
DDeno
Created by foxpro 🐍 on 7/27/2023 in #help
`deno compile` in Nix results in `deno repl` starting instead of actual program
5 replies
DDeno
Created by foxpro 🐍 on 7/27/2023 in #help
`deno compile` in Nix results in `deno repl` starting instead of actual program
Seems like Nix tries to patch executable, and adding phases = [ "unpackPhase" "buildPhase" ]; fixes that. Why there are no self-checking mechanism?
5 replies
DDeno
Created by foxpro 🐍 on 7/27/2023 in #help
`deno compile` in Nix results in `deno repl` starting instead of actual program
5 replies
SSolidJS
Created by Bersaelor on 7/21/2023 in #support
`<A>` from `solid-start` is slow on Android. How to debug performance?
in dev mode
10 replies
SSolidJS
Created by Bersaelor on 7/21/2023 in #support
`<A>` from `solid-start` is slow on Android. How to debug performance?
Maybe you can use solid-devtools or something to debug the issue
10 replies
SSolidJS
Created by Zanoryt on 7/22/2023 in #support
How can I access a store from the parent context from inside of a nested context?
It's circular dependencies probably
38 replies
SSolidJS
Created by Zanoryt on 7/22/2023 in #support
How can I access a store from the parent context from inside of a nested context?
Seems he is asking how to access DataStream Context from Websocket Context, that is reverse order
38 replies
SSolidJS
Created by garth on 7/19/2023 in #support
Signal Factories and eslint warnings
Try to pass provider(), not the provider to metaSignal, if you want to read one time without watching for changes
4 replies
SSolidJS
Created by Bersaelor on 7/21/2023 in #support
`<A>` from `solid-start` is slow on Android. How to debug performance?
Did you try to measure it in production mode? Also, what about network requests?
10 replies
SSolidJS
Created by Zanoryt on 7/22/2023 in #support
How can I access a store from the parent context from inside of a nested context?
Seems like you need to compose this two contexts into single one
38 replies
SSolidJS
Created by foxpro 🐍 on 7/12/2023 in #support
`@solidjs/router` doesn't navigate in production mode
I deleted deno.lock and it built correctly. Huh.
14 replies
SSolidJS
Created by foxpro 🐍 on 7/12/2023 in #support
`@solidjs/router` doesn't navigate in production mode
Any ideas why it happens?
14 replies
SSolidJS
Created by foxpro 🐍 on 7/12/2023 in #support
`@solidjs/router` doesn't navigate in production mode
That was Deno <- fault
14 replies
SSolidJS
Created by foxpro 🐍 on 7/12/2023 in #support
`@solidjs/router` doesn't navigate in production mode
or ssr: true
14 replies
SSolidJS
Created by foxpro 🐍 on 7/12/2023 in #support
`@solidjs/router` doesn't navigate in production mode
could be Deno problem
14 replies