Yair Sageev
Yair Sageev
Just to pile on -- I cannot proceed with upgrading to 5.0 until this gets fixed. I'm not going to install react-app-rewired/eject and hack around the absence of expected behavior....
Create React App User Guide: Step 1: `npx create-react-app my-app` Step 2: `npm eject`
3. Stay on current version and wait for them to fix the problem.
Same problem. Vite 3.0
Right now I just use a single server instance. :-/ I don't anticipate it being that bad for now because the proportion of users actually hitting QBO is very small...
I love the idea of Rome but cannot use the VS Code extension because semicolons. âšī¸
Has this been abandoned? Is anyone still merging PRs? If not, fork??
Would it be too much to ask to pass the current time in the onStop(), onPause(), and onReset() events? It would be so much easier than using a consumer or...
> Would it help to rename apply to apply-safe Something like that or what @sebmellen suggested to make it more explicit. Maybe: `--apply-safe-only` `--apply-safe-and-unsafe` Personally, I prefer not offering the...
Same problem. @jfromaniello I don't understand your solution. ```js const unless = require("express-unless") function checkAuth(req, res, next) { if (req.session.userName) { if (req.session.userName) res.locals.userName = req.session.userName return next() } res.status(200).json({...