ptmkenny

Results 88 comments of ptmkenny

The README suggests using `npx @capacitor/assets` rather than installing this to your project with npm. Installing this project and its deps just add cruft to your project; you should run...

The problem with these test failures is that the new CircleCI images (since 2021) use ubuntu, not debian, so some of the scripts break. So I tried to use the...

> Won't this break as it conflicts with `drupal/core-dev`? So we should allow `^1 || ^2`? Work to update `drupal/core-dev` is here: https://www.drupal.org/project/drupal/issues/3486713 It makes sense to postpone this until...

[Drupal Rector just got a Rector 2/PHPStan 2 release today](https://github.com/palantirnet/drupal-rector/releases/tag/0.21.0). Core 11.2 has moved to PHPStan 2 but allows PHPStan 1 to be installed. So it'd be great to get...

@terencehonles Please open a new issue. This issue is about adding docs on how to migrate to SPM.

Known issues will, by definition, already be an issue that is open in the repo. So search the issues and, if you don't find it, open a new issue. Asking...

@terencehonles I have no problem inspecting the iOS app's logs in Safari (deployed by TestFlight). After converting the project to SPM, I didn't have to make any changes to my...

[React 19 has been released](https://react.dev/blog/2024/12/05/react-19), so it would be great to add this now. I've been using rc1 for the past few weeks with html-react-parser in my app and have...

I just saw the deprecation message, but when I checked the docs, they're still recommending the deprecated way, at least for react: https://ionicframework.com/docs/api/reorder

Instead of committing a binary, why not set up a workflow that pulls in the binary from an official source, like the NPM release? That way it would be easier...