Daniel Nugent
Daniel Nugent
See SOs: http://stackoverflow.com/questions/1091945/where-can-i-get-a-list-of-the-xml-document-escape-characters and http://stackoverflow.com/a/223773/420501
In the history of the command line parser's development, `addOpt` was created before `addOptDef` and intended to support both command line flags that would take an argument as well as...
Files can be reloaded if the first time a file is referred to, a relative path is used, but later a loaded file resolves a name through the global package...
In this example ``` .utl.require "ln" .utl.addOptDef["foo";"S";`bar;`foo]; .utl.parseArgs[]; show foo; exit 0 ``` If the program is called with "--foo" and no value is passed to the option, a command...
Config::sources could be an ordered collection and the config sources themselves could have a weighting: ```config::merge(config::Environment::with_prefix("rust")::with_weight(10));``` The weight itself would be an arbitrary value, of course (and presumably the ordered...
It'd be nice if this tool supported a liberation mode wherein the entirety of the repos stored in the backups could be made into a collection of bare repositories organized...
### Description Currently, the library presumes that any sequential set of operations should be allowed to happen concurrently with any other set of operations. This is incompatible with transactional operations....
[Patchelf](https://github.com/NixOS/patchelf) is a project from Nix which modifies the rpath of shared objects and executable binaries to include a static modification of the runtime load path for shared objects. Nix...
The library is not respecting the null bitmaps. These could probably be handled using the Compute API to fill in the null KDB values.
Does this need to show up in stdout when retrieving a null varchar field? I'm not sure I understand the importance of the message at any rate. Any issue with...