Murage
Murage
Example ``` const validator = new Validator({ users: new Rule({ type: "array", of: new Rule({type: "int", oneOf: [2, 3, 4, 5]}, "User ID does not exist") }, "Users' ID not...
**Is your feature request related to a problem? Please describe.** I have several automation flows that check for updates on different pages and notify the user of changes. On the...
Accessing `this.controllerFor()` property inside `setupController/resetController` method in a route class raises a lint error ( `no-controller-access-in-routes`). Is that the expected behavior and if yes, how can one access another controller...
V3 docs appear to be broken due to WeakMap invalid value. How are the docs generated?  Also is it possible to have V3 docs 404 errors...
Closes #113 - full migration to TypeScript Fixes #112 - H5PIntegration.postUserStatistics is always false Fixes #106 - Escaping from full screen, throws an error Closes #89 - Developer can override...
Although H5P standalone provides an easy and quick way for a developer/less technical user to display any H5P content on a website, few configuration options are currently not exposed for...
The project currently provides a baseline for anyone who wishes to have an H5P standalone player on their project via NPM. Although this works on most* occasions, developers utilizing Typescript...
Under which license(s) does this project use?
## Tasks - [ ] Remove `ember-tag-input` package - [ ] Consistent use of `@config` service - [ ] Remove `ember-ajax` package - [ ] Use `ember changeset` to validate...
### Describe the user story: Currently, when a user selects the Swahili language, the current page text is translated as expected until they navigate to a different path/route. Selected language...