Alex Grebenyuk
Alex Grebenyuk
Hey, in the current implementation – no because it's closely coupled with `Foundation.URLSession`. It'll be, of course, fantastic to extend it to add support for more tools.
Thanks for the report. PRs are welcome!
This feature is in the backlog. It should support both URLSessionWebSocketTask and other technologies, e.g. Network framework. > All of this can be tracked within one single line item with...
related: https://github.com/kean/Pulse/issues/113
Crash `specialized _ArrayBuffer._consumeAndCreateNew(bufferIsUnique:minimumCapacity:growForAppend:)`
Hey, thanks for the report. It looks like a threading issue. I'll look into it when I get a chance, and PRs are also always welcome.
Crash `specialized _ArrayBuffer._consumeAndCreateNew(bufferIsUnique:minimumCapacity:growForAppend:)`
Thanks for the report and the provided details. Fixed in [Pulse 4.2](https://github.com/kean/Pulse/releases/tag/4.2.0).
I also wonder why Gutenberg requires the media to have a `url` right after selection: https://github.com/WordPress/gutenberg/blob/c14792d535c372a045ff4fc262fcaca43c0326a6/packages/block-library/src/image/edit.js#L150. The app actually doesn't have any URLs the picker passes the app the user...
After removing WPMediaPicker, this is now the last place that uses `MediaThumbnailService`. So, I was thinking, shouldn't we remove this thumbnail generation? It makes sense not to show the thumbnail...
It's inefficient in one more way: the high-resolution thumbnails are generated and saved twice during the upload. I've noticed it during my work on 23.2, but I think it's now...
> but what happens when an upload fails? Does the user know which image they are retrying? Hmm, good point. I think there is a better way of addressing the...