Will Stamper

Results 28 comments of Will Stamper

If we've got configuration setting to ignore peerDependency issues, would it make sense to add a similar option to make unaddressed peerDependency issues present as errors instead of warnings? If...

As another example, Denver also now has this structure: https://co.my.xcelenergy.com/s/billing-payment/residential-rates/time-of-use-pricing Times (weekdays, non-holidays): On-Peak is 3 p.m. -7 p.m. Mid-Peak is 1 p.m.-3 p.m. Off-Peak is 7 p.m.- 1 p.m....

Probably shouldn't close this one? Updating for graphQL 16 compatibility I guess would be the fix?

Another data point here: without namespace: ``` Rule | Time (ms) | Relative :------------------------------|----------:|--------: prettier/prettier | 38484.339 | 43.1% import/named | 13464.919 | 15.1% react/no-deprecated | 4004.563 | 4.5% react/no-direct-mutation-state...

Throwing some timing blocks around the visitors, it spends ~40% of the time in Program and ~60% in MemberExpression.

A somewhat informed guess: it looks like it's maybe cache missing on different relative paths to the same file: ex. `../../thing` vs `../thing`. I wonder if you could normalize those...

Seems like no dice, unfortunately. No apparent improvement from putting that snippet into Program :(

And interesting problem. https://chromestatus.com/feature/5643732019838976 indicates that Chrome at least wants this to be supported.

It's not clear to me how `onCompleted` can be behaving as intended in its current state. The docs define `onCompleted` as: > A callback function that's called when your query...

Perhaps "completing" is just too generic of a term? But it feels very strange that you can have: * User calls `refetch` * Apollo puts a request on the wire...