Geoff MacDonald

Results 6 issues of Geoff MacDonald

at all with d3.v3

For my project, I would like to use the same image caching solution between this image viewer and every other uiimageview in the project. This update allow me to do...

We should use background transfer to finish large uploads for image uploading. The current api does not allow this.

Adds window functions to Sqlite.swift, see https://www.sqlite.org/windowfunctions.html#built_in_window_functions. The `OVER` cause was problematic in the current structure of the code, so for now, only `OVER (ORDER BY {expression})` is supported but...

**Short description of the issue**: At Dropbox, we use RxSwift heavily in a serial queue that must be FIFO to process something that requires us to wait sometimes (for reasons...

Fixes https://github.com/ReactiveX/RxSwift/issues/2615 See issue for details when completing Merge operator iterations (concat(), concatMap() and `merge(maxConcurrent:)`, fixes subscribing immediately to the next in the queue, which can produce values immediately which...