Adam Jagosz

Results 36 comments of Adam Jagosz

Btw, there seems to be no control over the mouse icon size — and with my screen scale set to 1.5, they're huuuge.

https://recordit.co/8b6msaALDa I've got a problem here using nested SmoothReflow components. It appears that the initial height for the transition is calculated incorrectly, it is too small when height is growing...

Actually `self.window = {};` did the trick for me as I'm using a build step (Webpack), so maybe because of that `var window = {};` didn't work for me.

Update: actually the feature names are (obviously) not always stored starting at name id 256, their location is defined in the GSUB table. Example output from fontTool's TTX module (the...

From [the docs:](https://docs.microsoft.com/en-us/typography/opentype/spec/features_pt#-tag-ss01---ss20) > The FeatureParams field of the Feature Table of these GSUB features may be set to 0, or to an offset to a Feature Parameters table comprising...

fontkit doesn't really work in the browser ;/ Its docs say it supports AAT variation glyphs, which might or might not mean it supports OpenType VFs — didn't have the...

@Jolg42 I tested this in development on the included example page (the one served with the `start` script) with a few simple `console.log`s and by inspecting the GSUB table print...

I checked out `/packages/chord-dictionary/data.ts`. I thought that tonal uses an algorithmic approach, not a dictionary. In see there's some heavy-weight music theory. In that case I'm not sure my chords...

Also, it would be nice to have an extra field in the chord object `requiredNotes`, typically the same as `notes` but often with omitted `5P`.

From https://en.wikibooks.org/wiki/Music_Theory/Complete_List_of_Chord_Patterns#Alterations > The table below shows common altered chords: .... The table itself only contains examples. BTW I would not trust a wikipedia article to be complete, *especially* if...