Cully Larson
Cully Larson
**Describe the bug** I have an app running inside docker that uses chokidar to respond to file changes. The app folder is mounted as a volume. When I make a...
Next.js recently introduced [next/image](https://nextjs.org/docs/api-reference/next/image). It doesn't look like next-pwa supports it. Without using next/image, next-pwa will pre-cache all the images in `/public`. Then when offline, the images load as expected....
- `nodemon -v`: 2.0.6 - `node -v`: v12.18.1 - Operating system/terminal environment: MacOS - Using Docker? What image: Yes, `node:12`. Running `Docker version 19.03.13, build 4484c46d9d`. - Command you ran:...
[Lerna](https://github.com/lerna/lerna) is [no longer being actively maintained](https://github.com/lerna/lerna/issues/2703). This doesn't necessarily present an immediate problem. However, it may be good to replace it at some point. Possible replacements: - [@NxDevTools](https://twitter.com/NxDevTools) -...
In the schema.org spec, `openingHours` can be set to a string or array. However, next-seo accepts what is actually a `openingHoursSpecification` value for its `openingHours` prop. So there is no...
#### Do you want to request a *feature* or report a *bug*? Bug #### What is the current behavior? Including an octal code in a `content` attribute throws an "Invalid...
I set up something like this to troubleshoot an issue with "trust proxy": ```js app.set('trust proxy', ip => { console.log({ip}) return true }) ``` I noticed that each time I...
I'm moving a project over to using node's [native ES modules](https://nodejs.org/api/esm.html) (enabled with the `--experimental-modules` flag). After updating my code, module-alias is no longer working. I tried adding this to...
## Expected Behavior Type something into the search box. The list items are filtered to only those containing the search text. When I select one of the items, the item...
We recently ran into an error caused by using node v16.5.0 (c.f. https://github.com/echobind/bisonapp/pull/274). It wasn't caught by the CI tests because they use node `16x`, which just pulls the latest...