Tracy Hall
Tracy Hall
A couple years later, but a suggestion for rate limiting: I've successfully used "promise-pool" with Firebase Firestore - the equivalent of a rate-limited, concurrency-limited "Promise.all()", which might be useful here.
I don't have a local development environment at the moment - was hacking on codepen and codesandbox to try out - but I *do* have the Slider working as a...
I'll note that for performance sake, I kept the slider value as a *local* state, and use Redux actions to make it available to the store... so not completely stateless
Well, actually, the component is technically stateless now - but still driven by foundation-slider.js, and a bit tricky attaching the plugin *after* mounting, as well as attaching the action. Others...
Isn't this "default" almost by definition a 404? That is the standard for "page not found".... Unless, of course, the intent is a site that always *appears* to be working,...
While reasonable, I'd personally at least like the default to deliver SOME information indicating what domain was requested, and why it isn't available... don't want it to fail, but don't...
Given this, and the steps @andrewshell describes in setting up his Glitch version, it now seems reasonable to *expect* pagePark to setup a default folder (unless one already exists), and...
Experiencing the same. I've downloaded the sandbox, and will try to use out-of-band (i.e. GitHub Desktop) to commit.
From my perspective: I downloaded the ZIP, then used Github Desktop & VS Code to commit to github - worked successfully, and my CI/CD linkage to netlify succeeded as well....
Error persists on sandbox that previously presented it; on opening sandbox get error message: "Could not load the source sandbox for this GitHub sandbox, please refresh or report the issue....