Richard Connamacher
Richard Connamacher
I'm getting a traceback when running on Node 6.10.1, but not on Node 4.x. ``` const SchemaObject = require('schema-object'); const Foo = new SchemaObject({ name: {type: String} }); const FooGroup...
**Describe the bug** When merging a main / release branch into a next / beta branch with prereleases enabled and `auto shipit` as a build step, Auto will create a...
**Is your feature request related to a problem? Please describe.** For a project which publishes commits to its `main` branch as prerelease versions, and would like to use a version...
**Describe the bug** When adding the `magic-zero` plugin, and _either or both_ `npm` or `conventional-commits`, Auto fails with a traceback claiming the config file has not loaded. **To Reproduce** Set...
On IE9, the following works as expected: `$(elem).css({transform: "scale(0.5, 1)"})` But, the following produces no results: `$(elem).animate({transform: "scale(0.5, 1)"})` (This works in Firefox, Safari, and Chrome, just not IE 9.)...
In jQuery 1.8, animation of skew and translate are broken. (Animation of scale seems to work, however.) Setting by $(selector).css({skewY: '10deg'}) works, but animating by $(selector).animate({skewY: '10deg'}) causes the following...