MartynasXS
KPCKevin Powell - Community
•Created by MartynasXS on 5/14/2024 in #front-end
JSON history - string vs object
I'm working with large json structures and have to keep a few steps of JSON history. I am wondering whether its better to just have an array with json objects or stringifying and adding the string to the array instead? My brain tells me it should be better stringified.
11 replies
KPCKevin Powell - Community
•Created by MartynasXS on 2/26/2024 in #back-end
General input on relational db schema
1 replies
KPCKevin Powell - Community
•Created by MartynasXS on 1/14/2024 in #front-end
Syncing frontend instances?
So I have a project that involves OBS browser source as an overlay and I need a dashboard as a backup control of the overlay. Is the best solution using websockets and having dashboard and overlay instances on separate web servers? Both instances would be ran on the host computer.
29 replies
KPCKevin Powell - Community
•Created by MartynasXS on 10/2/2023 in #front-end
svelte multiple api calls with subsequent click on a button?
It seems that when using electron api each individual press of a button calls the api function x+1 times where x is the times you've pressed the button prior.
12 replies
KPCKevin Powell - Community
•Created by MartynasXS on 9/5/2023 in #back-end
Should I use js or ts for a library.
Im wondering whether use of typescript is advantageous when using javascript for interfacing with the library. Does it internally benefit from typechecking or something?
6 replies
KPCKevin Powell - Community
•Created by MartynasXS on 7/26/2023 in #os-and-tools
Windows terminal in address bar
1 replies
KPCKevin Powell - Community
•Created by MartynasXS on 7/17/2023 in #front-end
Webapp settings
Would you have settings in a json object in a single store or a separate store writable for each setting?
81 replies
KPCKevin Powell - Community
•Created by MartynasXS on 4/8/2023 in #front-end
Keep whitespace inline tags.
3 replies
KPCKevin Powell - Community
•Created by MartynasXS on 3/4/2023 in #front-end
CSS grid grow columns if rest are empty
6 replies
KPCKevin Powell - Community
•Created by MartynasXS on 2/3/2023 in #front-end
How to make element not focusable with tab navigation
want to use button element but Its imperative that you cant select it with tab
7 replies
KPCKevin Powell - Community
•Created by MartynasXS on 1/22/2023 in #os-and-tools
Are these terminal presets important?
9 replies
KPCKevin Powell - Community
•Created by MartynasXS on 12/17/2022 in #front-end
Is storing large objects inside svelte store a bad idea?
I have a large object, would it make more sense to store it in svelte store or since its large in the app.svelte variable instead
13 replies
KPCKevin Powell - Community
•Created by MartynasXS on 11/23/2022 in #back-end
cannot replace first symbol of string says im out of index range
4 replies
KPCKevin Powell - Community
•Created by MartynasXS on 11/2/2022 in #ui-ux
Logo Design Feedback
18 replies
KPCKevin Powell - Community
•Created by MartynasXS on 10/25/2022 in #os-and-tools
Terminal console lines that are offscreen are missing
71 replies
KPCKevin Powell - Community
•Created by MartynasXS on 10/22/2022 in #front-end
Multiple scripts without leaking into eachother.
Is it possible to have multiple script tags/files with separate require statements without raising an error that the thing is already defined. having all the imports in one script works but then the autocomplete doesn't work.
I suppose changing it to let would work but sounds like a bad way to do things
for example:
13 replies