Offir Golan
Offir Golan
Thanks for opening up this issue. You can access specific attribute validations via `model.get('validations.attrs.username.errors')` or in your template via ``` hbs {{#each (v-get model 'username' 'errors') as |error|}} {{error.message}} {{/each}}...
I understand the use-case for this, but as of right now, I dont see the way the `validations` object is structured to change. If we were to have an `errors`...
> Another option can be a DS.Errors like errors object under validationsnamespace. I wont solve the problem but will ease the pain a lot. I feel like the easiest way...
Hi Zach. In terms of performance, one of the biggest issues is not being able to render a non existent component. If you look at the code base, we are...
See addon/templates/components/lt-body.hbs
@SirZach makes sense... `defineProperty` is pretty slow. That would be a good place to start optimizing but I dont really know a better replacement. Ill do some investigation and see...
This has been addressed and to my knowledges resolved with #14. Gonna go ahead and close this for now. Feel free to reopen if you face any more performance issues.
@runspired that sounds super exciting! Once S&M hits 1.0 we can think of restructuring the internals of this table to support occlusion rendering. One more thing that I want to...
@efx thats really great news! I've been so busy, I havent had time to test the latest beta. I'll try to help as much as I can to resolve the...
@efx v1.4.2 has been released with the updated dependencies.