Luke Cottingham

Results 12 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...

> I've an example here: https://github.com/api-platform/core/blob/039ba865ef634e79a757e49c2ff1ecacad2b7aa0/tests/Fixtures/TestBundle/Model/GenId.php#L24 > > Please open an issue with a reproducer so that I can check but to me it should work fine. Absolutely correct. From...

Do we know if this has been fixed/addressed yet?

> Could you try using an API Platform Provider instead of a graphql resolver? From what I’ve observed and logging it out, providers aren’t called for graphql item / collection...

> in my codebase it seems Provider are only called in doctrine entities and not for DTOs. I'll be honest, I cannot get either mapped entity or unmapped DTO to...