Jeremy
Jeremy
Explore posts from servers
SSolidJS
Created by Jeremy on 12/10/2024 in #support
Behavior of query.set / cache.set
Hello, I am trying to preform some optimistic updates with the SolidStard data loading features. I've found the undocumented .set function on query (previously named cache) but can't seem to get it to mutate any data. Calling it seems to have no effect on createAsync stores. A couple threads have asked about this but have not received answers. Would anyone be able to shed light on the subject?
2 replies
DTDrizzle Team
Created by Jeremy on 5/4/2024 in #help
Is there a way to have Prototype / Push run without confirmation?
I have some integration tests that need to fill out a new database with the current schema. Currently I'm programatically running drizzle-kit push:pg but it requires a keyed confirmation before it pushes the schema. Is there a more direct way to run it programatically or some secret flag to disable the prompt? Cheers!
4 replies
SSolidJS
Created by Jeremy on 12/15/2022 in #support
Using custom element tags in JSX
I like to use descriptive custom elements e.g. <image-container> instead of <div> soup. Coming from Svelte, is there a way to make VSCode's tsx typescript checker not yell at me for doing this? It seems Solid itself handles it fine.
2 replies