Paul Schreiber
Paul Schreiber
I would like to have `wp theme verify checksums` as well as a single command to verify plugins, themes and core.
Ran into this problem. Example: https://www.instagram.com/p/CJW3dDshazB/
The error message appears in the CocoaPods source: https://github.com/CocoaPods/CocoaPods/blob/400f290cb9269ea342948f629525a5542933627f/lib/cocoapods/sources_manager.rb#L92
Any update on this?
- Can you check with your CDN provider? Perhaps something in their logs will point towards the source of the problem. - Any recommendations on an approach?
Is there an alternate URL or workaround available?
@r0adkll Updating to 1.10.1 or later will fix #80. Current version is 1.2.4.
@C-Lodder updated patch to 4.0.1
@C-Lodder Can you take over the name on npmjs.org? Can the original author release it / will npm give it to you?
Similarly: ``` this.progressBar.addEventListener( 'touchstart', _.bind( this.seek, this ), { passive: true }) ; ``` gets changed to: ``` this.progressBar.addEventListener( 'touchstart', _.bind( this.seek, this ), { passive: true }); ```