Edwin Kofler
Edwin Kofler
> It appears that the nodemon(start:dev) server already uses 9229 for the debugger The vite dev server isn't consistently using the same port, sometimes the port its configured to is...
@huss I've been thinking, since this PR contains many changes that aren't just removing Webpack / adding Vite, it might be better hold off on this PR for now, and...
@huss Yes! I don't want this to be blocking other things, especially if it's other students doing their first Open Source contribution. I've also been busy lately, so I think...
@huss When running NodeJS, the `import...` syntax is not enabled by default (we have no problem with the client-side code because Webpack already understands it). To enable it and prevent...
I know this is an old issue, but I'll merge this once the conflicts are resolved. If not, no worries I'll probably close this
Closing this PR - it is a very old PR based off of changes to `readme.md` - which has since been renamed to `README.md` in the intervening years. Anyone feel...
@aero31aero I think some sort of rotation would be useful - I'm not sure how feasible it is, I'll have to look into it Can you describe your use case...
@codejamninja > Is there any way to work around this bug? i was able to get around this by not using `deasync` and hiding my asyncronous code behind the syncronous...
Thank you for reporting! It seems there are multiple issues with NVM (issue #194). I will take another stab at these issues in the coming days, and I'll see what...
Thank you for the quick reply! Admittedly I skipped over the "bundler" page, and using something like `global-jsdom` makes sense. I'll take a look at using `global-jsdom` - it should...