Florent Georges
Florent Georges
Hi. I have downloaded the 0.1 package, and installed it in c:/apps/ through the graphical installer. I opened a command prompt, went to c:/.../my-lib/, which contains *.xqy files with xqDoc...
Remove the code from the Subversion repository on Servlex project on Google Code [1], as this can lead to confusion. Move all to an "old-code" branch then remove everything in...
It is possible to redirect the output of some namespaces to files (by assigning a function to `debug.log`), whilst maintaining others to stderr (by keeping `debug.log` undefined.) But all lines...
In `README.md`, there is a link [Feature Overview of the Node.js Client API](https://developer.marklogic.com/feature/node-client-api/). It redirects to https://developer.marklogic.com/learn/node-client-api/ (with a 301,) which in turns resolve to a 500. It seems the...
When evaluating a piece of JavaScript on the server using `DatabaseClient.eval()` seems to always return `true` when the expression results in a single boolean. Even when the result is `false`....
**Describe the bug:** When the code to confuse contains a class with a static field, an error is thrown and code generation does not complete. **Config and Small code sample**...
The File Module does not have any function to read nor write common file properties, like the owner/group of a file, or the permission bits (read/write/execute). Some of those concepts...
@ChristianGruen, the wiki mentioned the File module as being a Final Report. But this is not the case on the CG homepage . If this is "only" a process thing...
Define some conventions (like naming conventions) for options, properties, parameters, etc. For complex parameters, one possibility is to use maps, another one is to use XML elements. There should be...