Luke Cottingham

Results 5 comments of Luke Cottingham

`Module build failed: Error: PostCSS plugin autoprefixer requires PostCSS 8.` Followed all the above steps.. any ideas?

Curious if this was ever revisited?

A very rough tweak to the GraphQL entrypoint action `__invoke()` method would easily parse and handle batched queries. ``` $requestContent = $request->query->all(); if (isset($content[0]) && is_array($content[0])) { // GQL Response...

**+1 for this.** Currently on `@strapi-community/strapi-provider-upload-google-cloud-storage v4.2.3` on npm. Installing npm `v 4.3.6` of this plugin does not work. Stuck on Strapi v `4.3.6`, and cannot update without breaking this...

> @lcottingham maybe setting `uniform: true` will also fix the issue for you? It did yes, but was frustrating to have no contextual errors in the logs to point me...