PhilMetall Alchemist
TTCTheo's Typesafe Cult
•Created by PhilMetall Alchemist on 2/14/2024 in #questions
Importing a generic const array is generating null pointer on build, but no compile error.
Dude, restarting VS Code with the shorthand ACTUALLY did it. I feel like the biggest idiot of tech support. But thank you so much anyway.
6 replies
TTCTheo's Typesafe Cult
•Created by PhilMetall Alchemist on 2/14/2024 in #questions
Importing a generic const array is generating null pointer on build, but no compile error.
Oooh! Nice! Didn't know that. Will try that once Im off the clock today. Will also try the shorthand to see if it helps, but this stuff is vexing me man...
6 replies
TTCTheo's Typesafe Cult
•Created by PhilMetall Alchemist on 9/22/2022 in #questions
Is it safe to implement Git Repos with few users, even when they're well maintained (jotai stuff)?
Gotcha! Will keep in mind! Thanks!
8 replies
TTCTheo's Typesafe Cult
•Created by PhilMetall Alchemist on 9/22/2022 in #questions
Is it safe to implement Git Repos with few users, even when they're well maintained (jotai stuff)?
Fair enough
8 replies
TTCTheo's Typesafe Cult
•Created by PhilMetall Alchemist on 9/22/2022 in #questions
Is it safe to implement Git Repos with few users, even when they're well maintained (jotai stuff)?
Honestly have no ideia... I just run updates on my npm packages every so often. Is it not a good practice?
8 replies
TTCTheo's Typesafe Cult
•Created by Rhys on 9/22/2022 in #questions
Creating your own reusable components cross project (Bit.dev Storybook)
I'm pretty noob at development, but the solution I use at work is a custom component library repo. Basically a git repo that I can "npm install" into any project, that contains a bunch of components that are shared among the different sites of the company. That way, we can better control updates to the components by allowing the user side to run their updates at will.
2 replies