-
**Describe the bug**
In the demo GIF, the app reloads three times, whereas it should only reload once. This issue occurs specifically when auto-reload is enabled and needs to be addressed.
**To …
-
The following tests fail in moodle 3.8 and higher:
backup_and_restore.feature
edit.feature
In moodle 3.7 there was a button to edit the questions, in 3.8 this changed to a dropdown, so when runni…
-
I'm running multiple tests in parallel, which are working fine using grunt-parallel, but if one of the tests fails before the others have finished they are abandoned.
I have a proposed solution to th…
-
The R courses now abuse "exercises" as a poor man's version of multiple choice questions.
![image](https://user-images.githubusercontent.com/5736113/91634478-0ba56400-e9f1-11ea-97d2-47bb6bfa6770.pn…
-
I have previously provided some suggestions for updates to the chapter content. But more specifically many incorrect solutions will be marked as correct for the codeworkout exercises so more rigorous…
-
A few elements for context
- Heroku now supports multiple buildpacks natively. Is not necessary to use the heroku-buildpack-multi.
- As far as I understand, herokuish rely on buildpack-multi to run …
-
I should be great to generate a table with the dependence of pages vs. multiple choice parameters.
This kind of table is often used for e.g.: Requirements vs. tests.
Example:
Each page comprised a …
-
General
- [ ] README.md may list directory layout and what is contained in each folder. Alternatively, each folder should have a self-explanatory name so documentation is not needed. e.g. "data" f…
-
I haven't found an easy way to create a conditional `sv_required` rule, and there doesn't appear to be a method for removing / clearing an existing rule that was added by `add_rule`.
In my app I ha…
-
## Summary
In a custom-jest.config.json we can use "extends" to inherit a lot of good defaults as needed for rushstack. However, it's not clear how to _replace_ a property like `testMatch`; instead …