Luca Tacconi
Luca Tacconi
To avoid "XML Parsing Error: "Junk" after end of document" you have to add after line 444 in httpVueLoader.js: xhr.responseType = 'text'; ` httpVueLoader.httpRequest = function(url) { return new Promise(function(resolve,...
Hi @hongzhidao, i followed you instructions to install unit-njs-module.patch. Importing the patch (hg import ../unit-njs-module.patch) with last unit version present in mercury repo i got this error: ``` applying ../unit-njs-module.patch...
For my [Crunz-ui](https://github.com/lucatacconi/crunz-ui) repository I needed a unique identifier for each task and I used a system like this: ``` $TASKS_DIR = 'XXXXX' // -> represents the path of the...
@PabloKowalczyk, I would like to introduce, in the Event Class, a method to obtain a unique non-numeric identifier for the task that does not change even if new tasks are...
PR sent again as requested.
Personalized Id could be a good idea but i think it could also lead to errors or confusion. When you have several people entering tasks for the same company or...
Regarding the first point, the solution you propose could be valid. The only perplexity is that we can generate new tasks with the vendor/bin/crunz make:task function but also with a...
@PabloKowalczyk , any news or modification requests?