Joe Timko

Results 18 comments of Joe Timko

We are also see this problem. Especially since default versions of browsers on Github runners are not under our control, it would be great if via configurability we could say...

> ```ts > _adapters._date.override({ > format: function (time, fmt) { > let utcTime = new Date(time); > let format = Formats[fmt]; > if (!format) console.warn(`Missing datetime format for ${fmt}`); >...

This is pretty brutal bug honestly. It's completely unexpected behavior that has led to several bugs leaking into production in our product. Can someone on the Apollo side investigate and...

@Berger92 It certainly seems like a bug. If you look at the post, it is discussing a situation where we have specified the fetchPolicy as `no-cache`. This policy does not...

Ran into this again in a customer demo, just a bummer. 1 year to the day where this caused a production fire previously.

https://github.com/pomgui/chartjs-plugin-regression/pull/3 this is open can you review @pomgui?

I have found the it is version 5.1.10 which is the first version where I run into this, corresponding with the d3 upgrade. Any help on this would be greatly...