Nicolas Giard

Results 173 comments of Nicolas Giard

The help label is added automatically based on the issue type.

There're 2 major issues that need to be addressed: - Calling a method on the scroll event, without any debounce, is highly inefficient and can lag on complex pages for...

That won't work for non-admin users and will throw an error.

Very cool. To trigger a job on schedule, you need to add an entry to https://github.com/requarks/wiki/blob/main/server/app/data.yml#L118-L139

> @NGPixel is this something that is being looked into for the upcoming major releases? It is planned for 3.x yes

Is v2 being deprecated? If not, v3 should be a different module to avoid breaking changes in existing installations.

I cleaned up the engine.js file, but the match-query.js needs some reformatting too, so that it conforms to [StandardJS](https://standardjs.com/) (e.g. always use braces for if statements, use const when variable...

@openbrian This issue is for v3, not the 2.x branch. You can already revert to a previous version in 2.x.

A few things in your PR that needs to be corrected: - Do not add content to README.md - Do not add multiple empty lines in the code - Do...