James Scharett
James Scharett
Looks like Chai has released a new 4.0 version. Any plans to update dependency to 4.x?
**Do you want to request a *feature* or report a *bug*?** Enhance a current rule: no-promise-without-done-fail **What is the current behavior?** The rule currently requires done to be called by...
#### Bug, feature request, or proposal: It would be nice to be able to sort on multiple columns. #### What is the expected behavior? The user can sort the grid...
## PR Type What changes does this PR include (check all that apply)? [x] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [x] Refactoring (no functional...
## PR Type What changes does this PR include (check all that apply)? [x] Bugfix ## Related issue / current behavior When generating a formArray, there is an empty formControl...
## PR Type What changes does this PR include (check all that apply)? [ x] Refactoring (no functional changes, no api changes) ## Does this PR introduce a breaking change?...
JsonSchema specifies that the readOnly property be camel-case, so we need to map that over to the lower case javascript property that is used internally. ## PR Type What changes...
Looking at the doc, it states that you can use 'handlebarsPath' to specify the path to a different version of handlebars. However, looking at the hbs plugin, it requires 'hbs/handlebars'....