David Calhoun

Results 131 comments of David Calhoun

Related to my question as to whether the "failed" uploads had local or remote URLs in the post content, the retry logic [only proceeds](https://github.com/wordpress-mobile/WordPress-iOS/blob/76981b0569881be02ec1b3b9fb7f0288338d4a95/WordPress/Classes/ViewRelated/Gutenberg/GutenbergViewController.swift#L850) if the media model [does not...

Thank you for continuing to debug this! > I was able to replicate this [inaccurate visual states] too. when switching from Visual to HTML mode and back again, the Image...

Agreed. Given the existing `image/*` MIME fix in `FormFileUpload`, placing a new one for `audio/*` there makes sense to me. As referenced in a previous comment, the patch in https://github.com/wordpress-mobile/GutenbergKit/pull/137...

> Just to be sure, this issue seems to occur not only in Safari but also in Chrome. Is it happening in your environment? Yes, you are correct. The reported...

> Is `windows.webkit` enough to determine whether the platform is iOS or not? I'm not sure. Libraries like Ariakit perform [more robust checks](https://github.com/ariakit/ariakit/blob/5a456d14338162dd7837a36685b567e8ce553788/packages/ariakit-react-core/src/dialog/utils/use-prevent-body-scroll.ts#L81). > If we can't determine the OS...

This appears to relate to handling of pasted content in a rich text field. Presumably there are unexpected characters in the pasted content. Symbolicated stack trace: ``` RCTFatalException: Unhandled JS...

Does anyone know why the GitHub embed block requires JavaScript? My perception is that it is not interactive, aside from lazy loading the issue information. Presumably the entire block could...

Yes, I agree this should be addressed or improved in Gutenberg Core. ~I'll note that GutenbergKit mirrors Gutenberg web in that it does display a small "error" text when this...

I can reproduce this issue on mobile and desktop devices in the default Chrome browser. Unfortunately, this appears to be an issue with Chrome's `audio` UI, not with this app...

Personally, I do not consider this is a legitimate bug. I think the outcome—publishing empty media blocks—is expected. Also, this same flow is possible in the web editor. I suggest...