jeffgrann

Results 3 issues of jeffgrann

When views containing Liquid views appear or are moved using rotation or other changes, the Liquid view animates erroneously https://user-images.githubusercontent.com/2565267/137643076-32ba54b9-a854-4a44-989e-94b539274f3e.mp4

Is there a way to set fractions to something other than 10? I need a value of 8 to represent a ruler with inches in 1/8 fractions.

If `on-loaded.bind` is used, the callback does not have access to its view-model's `this`. Using `.call` fixes that: **file-reader-helper.js** ``` onLoaded({file, contents: fileLoadedEvent.target.result}); ``` **consumer.html** ``` ``` However, note that...