Murage

Results 53 comments of Murage

Hey, if the array rule object on the ``of`` key accepts a validator or a new rule instance, I would have expected each rule to also accept an error message...

Thank you for prompt reply. Here is how to reproduce the issue ``` const {Validator, Rule} = require("@cesium133/forgjs"); const validator = new Validator({ users: new Rule({ type: "array", of: new...

@sathish804 the link points to a private repo?

@LyesJeu you can find all the releases on https://github.com/tunapanda/h5p-standalone/releases or on NPM https://www.npmjs.com/package/h5p-standalone

@pevaristo, the easiest (not best) way to go around this issue is by removing all `"use strict;"` statements from `frame.bundle.js` We hope the open PR #118 fixing this issue will...

@Jakeii I will work the migration process.

Thank you for identifying and raising the bug. Do you wish to work on a fix for the issue?

Hi @jvblackburn, did you find the root of your problem?

for future you, use the `as` keyword to alias the results and avoid double data filter processing. e.g. ```html No data matching the filter criteria ```

thank you @kileha3 for your contributions. Most of your fixes are now available on master. We truly appreciate your time and effort.