Ian Paterson

Results 46 issues of Ian Paterson

Today I noticed that a request for subtasks in a list was returning the same data regardless of the `completed` parameter. Both complete and incomplete subtasks are returned in either...

In some cases, such as bootstrap modals and popovers, the directive may be linked prior to being inserted into the document. In this state, there are no styles applied to...

Fixes a crash that can occur if the center panel is shown programmatically while panning the center panel. In our implementation this can be reproduced by tapping an item in...

`make new property list file` does not work in Yosemite unless the file already exists. This change initializes the plist file with a garbage value that is overwritten by `make...

Just an FYI for developers using this library (or otherwise interacting with property lists in AppleScript). In Mavericks there is a critical bug with property lists where setting the value...

bug

Currently, a rowspan entered like this ``` |/2. A | B | ``` is formatted like this ``` |/2. A | B | | | ``` That representation is not...

enhancement

I noticed some unexpected behavior when using `autobind` and `decorate` on the same method. ``` js let callCount = 0; class Foo() { @decorate(memoize) @autobind getFoo() { callCount++ return this;...

This may be an issue with CoreText, and probably will not affect many people. However, for our purposes it was necessary to find a workaround since we are using OHAttributedLabel...

Issue

As originally discussed in #196, this pull request begins the conversion from `unittest2` to `py.test`. `py.test` was already used to run the tests, but as an alternative to `unittest2` it...

In response to #150, the "-" and "." characters are no longer added to the locale date separator list for all of the expressions that make use of the date...