エリス

Results 164 comments of エリス

@brodybits Is this ticket fixing a bug and also considered to be breaking because you are searching for `xcworkspace`? What if you change the `xcworkspace` search to `xcodeproj`? Would this...

IMO, the regular expression is not universal. It is more strict on what is allowed as a scheme. Looking at [O'Reilly - Extracting the Scheme from a URL](https://www.oreilly.com/library/view/regular-expressions-cookbook/9781449327453/ch08s08.html), they suggest...

I am not sure if this PR is valid anymore compared with the current release but they should: 1. Rebase the PR. There are conflicts and appears that all of...

I would also suggest submitting each fix as its own PR. IMO usually a massive PR that fixes many things are ignored. The current description and title sounds like a...

Additional note regarding PR description: > Android Studio > > The recommended Android Studio version to use with AGP 8.4 is [Android Studio Jellyfish](https://developer.android.com/build/releases/gradle-plugin). I consider it a '**hard requirement**'...

Same response here that @breautek already gave for iOS https://github.com/apache/cordova-ios/issues/1286#issuecomment-1423401806

@mhammad-extron take a look at this comment: https://github.com/apache/cordova/discussions/439#discussioncomment-7309259 It might point you into the right direction.

I believe we should remove this from documentation. We don't set the `uses-sdk` setting anymore and try to keep everything inside the Gradle. If you try and set the minSDK,...

I think we can actually close this PR for `@npmcli/package-json`.

I believe all the configs are 1-level depth. If there are any cases where it is not, `Object.assign` wont be able to handle this. You will need to do a...