Florent Georges

Results 11 comments of Florent Georges

Same here, with `GNU Emacs 25.3.1 (x86_64-w64-mingw32) of 2017-09-26`.

Just got the same error, it seems, on macOS. The following is what I tried exactly: $ npm install -g npm-consider /Users/xxx/.nvm/versions/node/v13.1.0/bin/npm-consider -> /Users/xxx/.nvm/versions/node/v13.1.0/lib/node_modules/npm-consider/bin/npm-consider.js + [email protected] added 59 packages from...

Hi Norm. What I used on a project is simply to use `net.sf.saxon.Version` methods, they have not changed in years, and it was enough for my needs at the time....

In `xquerydoc.bat`, the line launching Java is: ``` java -Xmx1024m -jar "deps\xmlcalabash\calabash.jar" -D xquerydoc.xpl "xquery=%XQUERY%" "currentdir=%CURRENTDIR%" "output=%OUTPUT%" "format=%FORMAT%" ``` If I change `deps\xmlcalabash\calabash.jar` to `c:\apps\xquerydoc-0.1\deps\xmlcalabash\calabash.jar` (pasting the whole path to...

Thank you Andy! I downloaded the ZIP file from https://github.com/xquery/xquerydoc/downloads. So it looks like two different 0.1 ZIP files are out there, with different contents... I'd like to try your...

Thank you! It seems to work better, except there is still an error related to paths: ``` SEVERE: Pipeline failed: java.lang.IllegalArgumentException: Illegal character in path at index 10: file:///C:\...\mylib\xqdoc/xqdoc_lib-search_conversion.xqy.html ```...

Hi @rjrudin > We'll do a little analysis of what it means for DHF 5 to invoke an XQuery library directly. If that is something > we can support and...

After a quick check, it seems it is the same for [The Node.js Client API in 5 Minutes](https://developer.marklogic.com/learn/node-in-5-minutes). [MarkLogic Training for the Node.js Client API](http://www.marklogic.com/training-courses/developing-marklogic-applications-i-node-js/) lands on the general developer...

Thank you, @anu3990. The link [MarkLogic Training for the Node.js Client API](http://www.marklogic.com/training-courses/developing-marklogic-applications-i-node-js/) still lands on the general developer track at the ML University. It is a pity we had to...

Thank you, @j4k0xb, using `es5: true` works! For the suggestions about `escodegen` and/or `astring`, is it rather for @MichaelXF, or is it possible to change the generation lib by configuration...