Chris Bonser

Results 14 issues of Chris Bonser

Is addon docs able to document template only glimmer components? If so, are there any good examples?

question

### SerialPort Version 10.0.2 and greater ### Node Version 14.19.3 ### Electron Version 19.0.0 ### Platform Microsoft Windows NT 10.0.22000.0 x64 ### Architecture _No response_ ### Hardware or chipset of...

Hovering on/off tooltip elements quickly will sometimes cause the error `Cannot read property 'classList' of undefined`. Stack trace: ``` transition-mixin.js:108 Uncaught TypeError: Cannot read property 'classList' of undefined at Class.removeClass...

Selecting an older version routes to the 404 page

With Ember 3.27.5 I get the following deprecation at build time. Can we get an update using the latest ember-cli-babel? Thank you! ``` WARNING: [DEPRECATION] [DEPRECATION] Usage of the Ember...

This is essentially a duplicate of this issue https://github.com/bustle/mobiledoc-kit/issues/558. In that issue the recommendation is for the editor to handle the scrolling. Are there plans to do this for the...

Calling `router.recognize` with a URL which matches the current route affects the `transition.from.queryParams` for subsequent transitions. I've created a [PR with a failing test here](https://github.com/tildeio/router.js/pull/336). Root cause seems related to...

See note: https://github.com/machty/ember-concurrency/blob/v2/UPGRADING-2.x.md#notes-to-addon-maintainers

Consider the following: ```hbs words here ``` In this case the section with 'words here' will not be rendered.

Using inline styles is an anti-pattern and prevents implementing strict CSP for styles. Liquid Fire faced a similar problem. See https://github.com/ember-animation/liquid-fire/issues/264#issuecomment-95240236.