ptmkenny
ptmkenny
@neonish I have not started on this and I am not sure when I will have time to start.
Yes, I ran into the same issue today when trying to use composer 2 to update a site that had this installed. Please consider releasing a 1.2.x (D8) and 1.3.x...
@mortenson Thanks, embarrassingly I missed that issue. I read through the issue and I updated `psalm.xml`: ``` ``` This fixes the error, but now I get a different error: ```...
@riderx Please quit spamming this issue queue. If you think something should be on your list, then update your own list. Do not add a comment to every post asking...
@riderx In GitHub, there is a setting for "Watching" a repo, and if you set that to "All Activity", you will get notifications every time there is a new post...
Please describe the reason for this proposal in detail. Capacitor already includes an in-app browser, [@capacitor/browser](https://capacitorjs.com/docs/apis/browser). How does this proposal differ from the built-in solution?
@5hee75 There is already a [plugin request for true background task support](https://github.com/ionic-team/capacitor/issues/3032), so be sure to vote that up to show your support.
Yes, it would be nice to have `history` exported from react-router-dom, but in the mean time you can import it from `history` package, which will already be installed if you...
@stevector Hmm, ok. I was expecting it to have similar behavior to drush sql-sanitize, which by default sets all user passwords to "password".
@stevector Have you successfully used drush sql-sanitize on Pantheon? It blows up for me when I try it: $ drush @MYSITE.dev sql-sanitize --sanitize-email=no PTY allocation request failed on channel 0...