Bill Dami
Bill Dami
Should we support explicit targets? Should we allow selector strings to be passed in for the target?
@kybishop as an extension of this, is there a path currently available (or planned) that would allow a tooltip to target arbitrary **coordinates** on the page, instead of a specific...
:+1: This addon currently breaks my app upon installation when using Ember 2.2.0
So I'm not sure how to fix the latest CI check failure... it seems like its now choking on the ES6 class syntax being used within the broccoli-merge-trees package that...
Thanks for the fix @narkeeso, makes sense. But yeah, I wonder if maybe that should be the default behavior (if possible), as it seems to me that in most cases...
able to make any progress on this one?
I believe this has to do with how ember handles transitioning to the same route with a different value for a dynamic segment. Instead of completely destroying and re-rendering the...
Just noticed in issue #174 @buymeasoda does partially address this issue, basically ST currently does not let you specify different file icon paths within a single package, so he just...
@adrianorsouza Those would work for the Soda Light theme, but as you can tell from my screenshot above, you can barely see the folder icon against the dark background.
@adrianorsouza Those icons work quite nicely, thanks! :-)
This is just off the top of my head, and I'm not sure if this would cover every use case, but what about something like this: ``` javascript record.transaction('attrName', function(currentValue)...