Ky Bishop
Ky Bishop
After 24 hours I'm still seeing "Addon ember-attacher is still building..."
The overarching goal here is to do the preliminary work necessary for a horizontal-collection component. I figure we would probably pull the data-view files into their own addon, which could...
We can likely fix this through https://github.com/html-next/flexi-dsl/issues/3, which would allow addon authors to add a column suffix if they don't use the default 12-column configuration.
As per https://vimeo.com/172508586 Make a list of the attributes and elements used during build time; only include the relevant styles. Will spike an RFC of this soon with thoughts on...
Applying an offset class to a box with any given column size causes the box's width to shrink. I can't seem to find any documentation on this CSS behavior, but...
The `clickout` listener evaluates whether or not the click event's target is contained within the attachment's target, or the attachment itself when `interactive=true`. This is borked when there is an...
There are many cases where I want to call the original function some number of times before then wanting to do something different, or perhaps wanting to call the original...
## Description There should be the possibility to create an alias when selection a module alias as a completion candidate. - There should be a `textEdit` to insert the last...
Regression: DOM helpers no longer wait on test waiters unless `ember-test-helpers/wait` is imported
I have been attempting to upgrade ember-attacher to ember 3.2 and beyond, but my tests started failing with the new test framework. Previously, calls on `await click('.stuff')` would wait until...
As per the title, one has to dig through the source to derive whether or not the lib is thread-safe. Even if the lib is not intended to guarantee thread-safety,...