Cyril Silverman
Cyril Silverman
I'm changing: > Left modifiers increasing initial stave padding by too much (Bar 9, Bar 15) to > Left modifiers increase spacing between objects when not needed (Bar 1, 7,...
Thinking about it more, it seems like we're missing abstractions around both grouping and positioning. A lot of code in VexFlow is dedicated to both of these things, but they're...
Personally, I would hesitate to think about high level ideas without a stronger low-level foundation. Part of the problem there is that the API's across objects are inconsistent and lack...
> I want to chime in here that it's very inconvenient that every type is nullable (e.g. `id` on invoice - [link](https://github.com/recurly/recurly-client-node/blob/7c8a811d89cfa1d0822a2a91f535fe343b093138/lib/recurly.d.ts#L1083)). Could the developers please fix this to reflect...