Matt Oakes

Results 19 issues of Matt Oakes

This fixes an issue where the correct cache was not used when calling the `preview_session` method. This caused problems on Google AppEngine where it is not possible to use Shelve.

The URL parameters should be deterministic as the full URL is used as the key for caching. If the non-ordered dictionary is used the caching will miss even when a...

I'm getting this crash when I'm on a line with a single tab on it, cursor at the end and then I press CMD+Backspace. I'm using Xcode 6.0.1. Thanks for...

Size classes are not supported because of the way the views are removed from the `containerView` and then added as a subview of the view itself, before the constraints are...

I'm currently playing around with a backport of the android.transition package. To me, this seems like a perfect fit for inclusion into NineOldAndroids to give a more complete backward compatible...

An error is returned when trying to validate with an endpoint that matches a URI template on an action. Example API Blueprint: ``` markdown ## ribot [/ribots] ### Retrieve authenticated...

Thanks for the great tool! I'm currently in the process of converting a project from untyped Javascript to TypeScript. I would like to use tscov to track my progress. My...

It would be very useful to be able to throttle the number of task instances which are able to run at any one time. Currently I'm working with a website...

This PR follows on from a previous discussion: https://github.com/reduxjs/redux-devtools/discussions/1653 This change splits out the main logic from the Redux Devtools App into a new core package but keeps the socket...