Bill Dami
Bill Dami
On Atom 1.18.0 (on macOS Sierra 10.12.6), I am unable to save projects via the 'Project Plus: Save' command. I get the following error in the Dev Console: ``` session.js...
Dynamically updating the `content` or `range` parameter value while the component is mid-spin causes the UI to break and behave abnormally. This is most likely due to the fact that...
When using a touchpad (tested from a Macbook Pro Retina, late 2013) to interact with the spin box, the spin speed is way too fast. This is because the touchpad...
Is there any plans (or is it possible) to allow for sticky column headers (and footers) for non-fixed height tables, i.e. tables that do not have their own scroll container,...
In some layouts, there may be fixed page elements (e.g. a fixed nav bar) above or below the table, and when scrolling the table, the sticky column headers/footers are hidden...
See facebook's docs for details, but essentially it looks like the user identifying information needs to be passed in the `init` method: https://developers.facebook.com/docs/facebook-pixel/pixel-with-ads/conversion-tracking#advanced_match
An attempt at solving the problem discussed in #151, allowing row options/state properties (notably, the `selected` state) to be proxied to the row's content object. However, this PR feels kinda...
If possible, it would be great to be able to specify the name of an attribute on a row's associated content/model that is used to hold the row's selected state,...
When attempting to import modules from the addon (v3.0.1) in a TypeScript ember application, e.g. ```ts import BasicDropdownTrigger from 'ember-basic-dropdown/components/basic-dropdown-trigger'; ``` Errors like `Cannot find module 'ember-basic-dropdown/components/basic-dropdown-trigger'.` are returned. It...
When enabling CSS3 Animation-based open/close animations for dropdowns, it appears that only the "transitioning in" animation plays correctly for the dropdown, and that itself only plays correctly on the initial...