Ben Michie

Results 5 issues of Ben Michie

Documentation Is: - [ ] Missing - [ ] Needed - [ ] Confusing - [x ] Not Sure? ### Please Explain in Detail... Howdy! I think NoSleep.js doesn't work...

### Describe the bug An `sl-checkbox` with no `value` attribute set will return `'undefined'` when the value is queried (e.g. `mySlCheckboxElement.value`) while the checkbox is checked. The expected behaviour is...

bug

Fonts loaded with figma-linux-font-helper don't seem to support toggling bold or italics using the keyboard shortcuts. Using the right-hand menu in Figma works fine though. Maybe related to https://github.com/tryvin/figma-linux-font-helper/issues/11. Perhaps...

For fonts loaded using figma-linux-font-helper, the fonts aren't ordered by weight like they are for normal fonts. This first example is for a font call **Inter** - which isn't loaded...

As far as I can tell the doco should mention the scale attribute. As per http://www.html5quintus.com/docs/sprite.html ``` var sprite1 = new Q.Sprite({ x: 500, y: 100, asset: 'enemy.png', angle: 0,...