Tony Trinh
Tony Trinh
> So do you think this needs to be fixed in `vue`? Yes, I think so. But the template in the original repro is invalid IMO (see [comment](https://github.com/vuejs/core/issues/5964#issuecomment-1132521964)). I recommend...
Looks like `named-regexp` was added in #215 to fix #204 a bug for Android API
Thanks for the contribution, @wodify. Please add a comment here with release notes (see rule P7 of [CONTRIBUTING.md](https://github.com/qos-ch/logback/blob/master/CONTRIBUTING.md)).
I think this is a duplicate of #1156. shadcn has [started looking into it](https://github.com/shadcn-ui/ui/issues/1156#issuecomment-1859551620).
This patch contains several unrelated changes that do more than fix typos (some of which caused build errors). Please split them into separate PRs.
@cehjohnson, indeed I'm referring to the first patch in your PR. Clicking the [link](https://github.com/cehjohnson/logback/commit/ede1469feaec62a8a8363c6f5c8c8f820ee7e758) will show the differences added by the patch.
FYI, `ip` 2.0.1 [didn't completely fix the bug](https://github.com/indutny/node-ip/pull/143), and a new CVE might be coming. Maybe we should reconsider this PR to factor out the unstable module, especially since Storybook...
@dstockton, Instead of merging master to your branch, please rebase your two changes onto the tip of master, and squash your commits.
For starters, it looks like logback-extensions isn't in your classpath based on: ``` Caused by: java.lang.ClassNotFoundException: Didn't find class "ch.qos.logback.ext.loggly.LogglyAppender" on path: DexPathList[[zip file "/data/app/co.librarytest-2/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]] ``` Can you add...
What exactly are those issues?