Martin Packman

Results 17 comments of Martin Packman

@sokra Did this get deliberately reverted, or can the same fix just be reapplied to master?

@jackw Do you mind making your google docs design doc for this public? (Also considering moving away from webpack, so would be helpful to see your thinking for grafana)

I did an experiment swapping out (most of) `sucds` for `qwt` which marginally improved performance and was not too large: ``` Cargo.toml | 1 + src/triples.rs | 34 ++++++++++++++-------------------- src/triples/object_iter.rs...

> That would be a breaking change because any code which currently specifies `crossOrigin: null` would need to be changed to `no-cors`. No, all input interfaces take `CrossOriginOption` which can...

Thanks for the review. At the moment, `null` does _not_ always mean no cors, that's the bug - for the new code in `DataTile` (and `ImageTile` depending on it), the...

@ahocevar Thanks for the note. What I'd like to achieve with the PR is an interface improvement to avoid this kind of regression in future as well, particularly as @mike-000...

@mike-000 I think it was not obvious to my colleague who implemented the upgrade that `XYZ` would continue to be supported - the switch over to `ImageTile` worked fine -...