Kristjan Broder Lund

Results 33 comments of Kristjan Broder Lund

Also worth noting that in `v3.0.0` the `codepoints(codepoints, options)` event was changed to `glyphs(glyphs, options)`, as seen in the [diff for v3.0.0](https://github.com/nfroidure/gulp-iconfont/compare/v2.0.0...v3.0.0). And `codepoints[].codepoint` changed to `glyphs[].unicode[0]`. I can't say...

Since the generator starts at 20, I think the validator should do the same.

I've done some digging and I think I've found the cause of this. 1. When all subscriptions are unsubscribed, the [`tearDownQuery()`](https://github.com/apollographql/apollo-client/blob/0aecf3e6fbe4fb371f4596305dc2a1cf82022f14/src/core/ObservableQuery.ts#L935) is called. 2. It calls `stopPolling()`, which sets [`this.options.pollInterval...