Mark Biek
Mark Biek
I've having this exact issue. I followed the directions in [Logging](https://laravel-zero.com/docs/logging). I set `logging.php` to use `single` by default ``` 'default' => env( 'LOG_CHANNEL', 'single' ), ``` and the `single`...
I figured out the issue on my end. I have both PHP 8.0 and PHP 7.4 installed with aliases setup for `php8.0` and `composer8.0` when I'm running PHP 8.0 things....
It's super easy to make your own Gmail service. Take a look at [Extending a Core Service](https://dentedreality.com.au/projects/wp-keyring/services/) in the docs. You just create a new class (I called mine `Keyring_Service_GoogleMailModify`),...
@ashishgoyal247 The issue is that you _can't_ perform write operations using the `google-mail` service that comes with the plugin. You _have_ to extend it and create your own.
The basic functionality worked as expected for me. Trying to see about testing other flows now.
I _think_ the Newsletter flow worked as intended but I hadn't been through that one before. I started at calypso.localhost:3000/setup/?flow=newsletter, went through the basic Newsletter creation process and ended up...
I'm not familiar enough to know if there's potential for any unintended side-effects with any of this but I wanted to pop in and say that everything in the test...
- Headstart annotation deployed: D87326-code - Linguine strand id: 138046 - Glotpress project deployed: D87334-code
And we're launched! https://wordpress.com/theme/munchies
@Automattic/serenity I've confirmed that this _is_ still happening. Testing on both WordPress.com and running Calypso locally with the latest `trunk`.