Gregory Ristow

Results 6 issues of Gregory Ristow

Because the `type` prop must be static when using two-way `value` binding (per Rich Harris's [answer on StackOverflow](https://stackoverflow.com/a/57393751/1731473)), even when we set the `type='number'` on a `` the value binding...

Moves references to document within functions so that dragula can be required/imported in a non-browser context. Fixes #447.

- Upgrade MobX peer dependency to >= 5.15.4 - Change tsconfig target to es2015 to match [MobX 5 target](https://github.com/mobxjs/mobx/blob/e17c47833d1812eee6d77914be890aa41e4b7908/CHANGELOG.md#user-content-the-system-requirements-to-run-mobx-has-been-upped) - Upgrade Webpack & loaders to v. 4.43 - Update parcel...

`SVGContext.rect()` should prepare but not draw a rectangle until `stroke()` or `fill()` are called to match the `CanvasContext` implementation. (See discussion in #736.)

bug
4.x

This is related to #569 -- especially @mscuthbert's and my back and forth on default stave line & ledger line styles. In particular, it's made me realize that many of...

discussion

I'm wondering about the possibility of adding a `--interpreter` argument, specifying the absolute path to the interpreter, to allow use of, say, ts-node for executing migrations. In the project I...

enhancement