Luke Miles
Luke Miles
If I import a function from one script into another then `require.main === module` is true in both so they both fully run. This is different behavior from node and...
But I don't know how to find new workshoppers. My google-fu is failing.
It's nice to catch typos in keys in selectors, know the type of selected data, etc. I'll paste in my code so far here because it's not ready for a...
Looks like I need to pack the entire partition into a dmg file first or something?
this is malware
## Is this request related to a problem? Please describe. I'm always frustrated when I'm converting global-variable-based code to functionalish code and I have to manually pack global variables into...
## Is this request related to a problem? Please describe. I was going to ask for "combine multiple conditional assignments into one assignment" because that's my specific task: ```ts //...
## Is this request related to a problem? Please describe. I'm always frustrated when I want to change the order of arguments to a function and I have to manually...
Sometimes there are maps in JSON: ```json { "x": 5, "y": 6, "should_be_in_ts": { "metadata": "goes here", "or": "whatever" }, "should_be_ts_map_not_an_interface": { "key1": { "a": 1, "b": 2 }, "key2":...