Jon Brooks
Jon Brooks
If an operation was enqueued that was already in the queue, there was logic in place to detect if it was already in the queue and add any new handlers...
I had a private subversion repo configured and working with Cocoapods 0.33.1. After updating to Cocoapods 0.34.2, I get the following error trying to run pod install with pods hosted...
In my experience, `canDeserializeRange()` returns false even when the dom hasn't changed. Looking at it in the debugger, it looks like an off-by-one error in this code in `rangy-serializer.js`: ```...
Our app is encountering a hang inside Range.text() on IE only (IE 11) when the range includes svg. The hang is in `WrappedNode.hasInnerText()`, in this while loop: ``` while (pos...
In our iOS app, the loading of the TextRange module causes the page to scroll all the way to the end. This doesn't seem to happen on the first load...
We are seeing linear gradients with 90 degree angles being exported as gradients with 133 degree angle instead: The gradient according to Figma is: and the css according to Figma...
Fixes https://github.com/deepakputhraya/action-pr-title/issues/24
We've encountered a crash in MMRecord in our app that we have yet to reproduce in house. The crash occurred in `[MMRecordResponse recordsFromObjectGraph]` attempting to add a nil record to...
i have encountered a Core Data threading-related crash in my app where the root of the problem is that AFMMRecordResponseSerializer's `responseObjectForResponse:data:error:` is not being called on the main thread, like...