Bill Dami
Bill Dami
This could be a bug with ember-basic-dropdown, but I haven't seen it manifest in other basic-dropdowns. Essentially, when first opened, the dropdown is slightly shifted to the left of the...
This takes care of #19 by using the new recommended patterns for selectively not eval'ing code that cannot run in server/FastBoot environments.
Hi, in testing the vast-player, it seems to work fine for VAST responses that contain video-based media files, however it does not seem to handle Javascript based ad payloads. For...
Here is a JSbin that demonstrates the issue. Navigate to about/team, and then click the "Index" link to navigate back to the index. At this last transition you will see...
ST3 Build 3065 introduces sidebar icons for folders and files, however it looks like Soda Dark is not fully compatible with this change as only folders show the new icons,...
Do you plan on adding [transaction](https://www.firebase.com/docs/web/api/firebase/transaction.html) support at any point in the future? Or do you recommend just using firebase references directly for this?
This plugin does not seem to be working under version 8.1.1 (Oct 18th) of Redactor. I ran a quick test, adding `console.log(html);` immediately before the `redactor.insertHtml(html);` statement and it is...
Seeing the following errors on build: ``` node_modules/ember-concurrency-decorators/index.d.ts:3:29 - error TS2315: Type 'TaskProperty' is not generic. 3 declare type TaskProperty = GenericTaskProperty; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/ember-concurrency-decorators/index.d.ts:4:34 - error TS2315: Type 'TaskGroupProperty' is...
In a simple vertical linear list view layout, it appears that the item templates for a RadListView will incorrectly render duplicate values/view nodes across multiple items in the list, if...
It appears that there is a bug in `` where if you have a list of items that extends beyond the visible viewport, as you scroll down, the newly rendered...