Brian Porter
Brian Porter
Out approach was to add an axios error handler as server middleware as demonstrated in the docs: https://axios.nuxtjs.org/extend#adding-interceptors This doesn't competely "solve" the problem though, because the stacktraces still kind...
@humor4fun Would you be willing to share your bash solution as a gist or something for the rest of us?
Oh _very_ nice. I identified a few glitches when running the script on a Mac (that uses BSD sed and grep by default instead of the GNU flavors), but I'll...
Similarly, the version number has not been incremented for (at least) the [3.0.1 release](https://github.com/humanmade/S3-Uploads/releases/tag/3.0.1), which still lists the version as `3.0.0-beta`: https://github.com/humanmade/S3-Uploads/blob/3.0.1/s3-uploads.php#L7 ```shell $ wp plugin status S3-Uploads-3.0.1 Plugin S3-Uploads-3.0.1...
In the 2.0.0 release, this happened right at the top of [s3-uploads.php](https://github.com/humanmade/S3-Uploads/blob/v2.0.0/s3-uploads.php): ```php if ( defined( 'WP_CLI' ) && WP_CLI ) { require_once dirname( __FILE__ ) . '/inc/class-s3-uploads-wp-cli-command.php'; } ```...
This might be the fix then? ```diff with: php-version: "7.4" + coverage: pcov ``` https://github.com/marketplace/actions/setup-php-action#pcov
Looked at the code more and realized you currently **have** to define your custom filters in the `Gollum::Filter::` namespace: https://github.com/gollum/gollum-lib/blob/1058d366eedac51e520498cfce9513b05b97974a/lib/gollum-lib/markup.rb#L159 It might also be nice to allow implementors to stay...
No worries on timing! ~And yes I believe it would remove the current namespacing requirement.~ EDIT: I may have interpreted this wrong. JUST making the default list a constant would...
As a corollary to this, if the bucket name is set to an environment variable, say `$S3_BUCKET_NAME`, then the auto-generated Base URL gets written as `https://s3.[region].amazonaws.com/$S3_BUCKET_NAME/` and used as a...
> Unfortunately, this issue ajaxorg/ace#2107 is still opening. And I don't have enough time to investigate the inners of ace. So maybe we have to abandon either ACE editor or...