Tanner Stern
Tanner Stern
It would appear that this will be resolved shortly, as all reviewers have approved #3170. We've only recently started seeing these "deprecation" warnings ourselves.
I am experiencing this as well with firebase-admin 12.0.0 and Node v20.10.0, in a script that is crawling through a large dataset using pagination.
I lost a few hours on this issue several weeks ago. I can't speak to what the behavior _should_ be (at the moment I'm using a tiny shell script that...
One of my coworkers had this same issue. It turned out that he had cloned his repo into a "mounted" location (`/mnt/c` which is how you access the Windows `C:`...
I was going to suggest using the `--infer-private` option with `--infer-private "^#"` but for whatever reason that doesn't work. In the output it appears the `#` character is stripped from...
When you say > the new version [...] is now ignoring cache when `npm ci` is used does that mean that the orb is no longer trying to create a...
Awesome, thanks @marboledacci!
Hi Andi, I work with Kyle. To explain a bit: yes, we're using [@web/dev-server](https://modern-web.dev/docs/dev-server/overview/). The server uses a config file that works similarly to rollup's own config file and allows...
Andi, I think you are exactly right. We've had issues with other packages with `@web/dev-server` which is why I suspected the issue was not with `mdb-reader` but was instead an...
Andi, I got _SO CLOSE_ to having this working with a local install (we are currently using the CDN+esm version). Your `package.json` changes did the trick and now the imports...