Don MacAskill

Results 12 comments of Don MacAskill

Any luck on this yet?

@paulgao Do you still have that patch somewhere? Can you share it?

@paulgao Also possible that's a private repo and we just can't see it... mind making it public or re-publishing somewhere public?

Crashes consistently for us on 5.6.3 with current HEAD (91e0be9). If we turn on `XHPROF_FLAGS_NO_BUILTINS` it no longer crashes.

@powdahound We (SmugMug & Flickr) just pinged AWS on your behalf, I suspect they'll throw you some credits. But we find it incredibly useful ourselves and would be happy to...

Adding an `ApiPlatform\Graphql\Serializer\ItemNormalizer::denormalize()` method like this appears to resolve the issue: ```php public function denormalize(mixed $data, string $class, string $format = null, array $context = []): mixed { if (isset($data['_id']))...

Why wouldn't we include it? `api-platform/core` already includes this pattern (using `_id` for the non-`ID` scalar representation of `id`), it's just broken in this case. AFAICT, this is a bug,...

Based on the PR template, Contributing Guidelines, and reviewing some other open PRs, it wasn't obvious to me what I should do with a possible `.changelog` entry, so I omitted...

Great, thanks for the info. Is it easiest if I include a software fallback in the in `crc_fast` crate (which would be trivial to implement)? It's possible the POWER8 `VPMSUMW`...