Andrey Mikhaylov (lolmaus)
Andrey Mikhaylov (lolmaus)
Currently the addon does not support passing `childClass` on a per-item basis. What kind of state do you want to indicate? There's already quite a number of HTML classes applied,...
Can you do it on a child element? A graceful solution would require exposing the child element. This is a right thing to do but it takes a larger refactoring...
Please show your template code.
Can you share your code in a runnable app? Or fork the addon and use the dummy app to add a test case that isn't working?
This is very impressive! I have some concerns: ## 1. Excessive HTML Markup Here's how a normal drag-sort list looks like: ```html Foo Bar Baz Quux ``` Here's how the...
I still have concerns about `vertical-collection`. It may be stable, but it's not getting updated for Octane. This addon still heavily relies on Ember components and would need a major...
I have a `slug: attr('string')` attribute with a value of `asdf!`. Here's how it looks in the payload (`disableRoot: true`): ``` ------WebKitFormBoundaryIeH9hzmqnKbfDBnN Content-Disposition: form-data; name="0" a ------WebKitFormBoundaryIeH9hzmqnKbfDBnN Content-Disposition: form-data; name="1"...
The cause of the problem is that here: ``` js hash.data = this._getFormData(data); ``` `data` is a hash of record attributes, while the addon seems to expect it to be...
@TylerOlthuizen I don't think so, but I'm not the right person to ask.
`npx dotenv-cli node -- --version` reports `12.22.12` as expected. 🤔