ptmkenny

Results 88 comments of ptmkenny

I actually tried `drush sql-sanitize` in Terminus, which resolved with no errors, but nothing was actually sanitized (email and passwords unchanged, sessions table not truncated). This is the command I...

Thanks that makes sense. I didn't realize the installer needed auth , so I'll try running it with the token then. I won't be able to test for a couple...

@akalipetis Thanks, I did manage to get this working with an environment variable. But, because I set up the build environment inside an action instead of inside the workflow directly,...

Lingui for React behaves the same way; you need to run `lingui extract` first. So if this was going to be fixed, it should be fixed in the main lingui...

This may be related to https://github.com/ionic-team/capacitor-assets/issues/636

Related issue: https://github.com/ionic-team/capacitor-assets/issues/603

> We need internet access to load the web page and play audio anyway. This is usually the case, but it's possible to use something like [Ionic React](https://ionicframework.com/docs/react) to make...

I just discovered the `/doctor` command and saw: ``` Context Usage Warnings └ ⚠ Large MCP tools context (~101,475 tokens > 25,000) └ MCP servers: └ github: 104 tools (~71,781...

stasadev helped on Discord. After changing the files, I needed to run `ddev poser` again. However, that failed because I had PHP 8.2 and Drupal 11 requires PHP 8.3, so...

Done here: https://github.com/ddev/ddev-drupal-contrib/pull/76