Thibault Poisson

Results 7 comments of Thibault Poisson

> Holy Moly, they really changed it without any backward compatibility: > > https://www.ietf.org/rfcdiff?url1=draft-wright-json-schema-validation-00&url2=draft-wright-json-schema-validation-01&difftype=--html > > ![image](https://user-images.githubusercontent.com/13189514/184909527-10f08736-4b23-4ea9-8860-d5d2eb68acb2.png) I should have checked it in depth before reporting the issue & the...

Indeed, the `notes-main.js` try to fetch notes `notes-common.js` at "apps/notes" even though it is installed in "custom_apps/notes" in my case. The other .js files doesn't seem to be a problem...

I was able to fix this issue by adding the next line to the `router.js` ```js __webpack_public_path__ = getAppRootUrl("notes") + '/js/'; ``` Don't know if it's a real solution or...

@joshtrichards I tested the fix using the branch "stable4.10" on Nextcloud(AIO): 29.0.2.2 with Firefox128.0.3 (64-bit), and the issue about the script path being wrong is corrected. We can now change...

I made a basic project to test the bug [Test Project](https://github.com/OrIOg/Test_triggertaskonsave) __Steps:__ 1. Run build task( default task already set) 2. Edit **edit_to_reload.js** 3. Task should try to reload but...

This should be fixed by the last commits

This should be install with python by calling the command "python setup.py install" in the project directory