Michael C.
Michael C.
Have you tried this variation? ``` chokidar.watch("C:/Demo Projects/Test \(1\)", {}).on("add", filepath => handleNewAdded(config, filepath)); ``` AFAIK, the backslash escapes the character that follows it, so I believe the double backslashes...
I'll try that, thanks. At smaller viewports the outer columns should shrink down until they disappear entirely, outermost (`[full]`) first.
Or maybe we can push Bootstrap to convert to Sass. :D
Either pastel-ier, or just darker. :)
Great to see the progress - thank you!
The best way I've encountered so far to prevent body scrolling while retaining the scroll position (including on iOS 12 devices) actually does NOT include `overflow: hidden`: https://stackoverflow.com/a/54798936/999556 Basically, set...
Aside from deleting the files listed in the OP, is there anything else needed to remove Redis (specifically, in this case) from a project?
Err, where's settings.php? 🥴
Drupal? Why would it be a Drupal site? Oh, wait, lemme guess... DDEV = Drupal Dev?
I've also seen doubled-up Matrix or Neo blocks here and there lately (in Craft 3.7.x sites), mainly after Project Config changes (i.e. when switching git branches). I can't be much...