Mike Goodfellow

Results 33 comments of Mike Goodfellow

We are also suffering this issue - seems to be a breakage in `5.5.5` It seems to be ignoring settings passed in now? v5.5.5 ``` > [PWA] Compile client (static)...

Also suffering the same issue, but haven't managed to build a small reproducible sample yet. Seems to occur on re-renders of the tree which it is a part of The...

Well, I made a quick component which is drop in compatible just for fallback images when `src` is an array, and I always know it will have a length of...

Hi @Turnerj Just my 2 cents on this - I wouldn't tightly bind your lib to Open Telemetry - instead I think an approach of providing something like an `ICacheMonitor`...

I was pondering the extensions and using them instead after you spoke about them on the linked issue - However, I see that they are evaluated after the actions are...

All that being said, I would be very interested to see what you had in mind for the extensions - I feel like I might have missed something obvious, but...

Hey, Sorry, delay on my end as well - I have been pondering it the last few days though: > I probably wouldn't capture events/metrics/timing for every layer. A cache...

There is a currently open issue discussing options on this, although there is not a stable solution yet. There is a branch for "rebind" but I personally haven't had a...

I deserialized the protobuf direct from Redis: 0.11.3: ``` [ { "1": [ { "1": 3331145234 }, { "2": 3 } ] }, { "2": [ { "1": "Some data"...

Yes, gracefully failing would be ideal. Stack trace for the deserialise flow is above - this is the only exception I saw - a write/serialize would be fine as it...