Phil R
Phil R
The API I am accessing returns JSON with a field that will return `null` for almost all fields. If I POST/PUT this model back into the API, it will interpret...
Sample Properties file ``` prefix1.prefixA.name.keyA.key1 = value prefix1.prefixA.name.keyA.key2 = value prefix1.prefixA.name.keyB.key1 = value prefix1.prefixA.name.keyB.key2 = value prefix1.prefixB.name.keyA.key1 = value prefix1.prefixB.name.keyA.key2 = value prefix1.prefixB.name.keyB.key1 = value prefix1.prefixB.name.keyB.key2 = value ``` If...
'eval' is called on the launched script without any inspection to see if the target $tmpdir is executable. [makeself-header.sh](https://github.com/megastep/makeself/blob/master/makeself-header.sh#L494) In cases where (.e.g) /tmp is a ext3 filesystem mounted with...
Are nested parsers intended to function with the constructor? The following sample. Parsing from `male` works, I get a `MaleOBJ` instance. But nesting `male` in `male_nesteda`, the constructor is not...
This is something that I have seen most obviously before push #63 On the links generated, some occasionally send multiple events to the background to be added to sab. As...
https://github.com/cloudera/cm_ext/wiki/The%20alternatives.json%20file The alternatives.json page describes the natural behaviour of the update-alternatives command is the destination is already occupied. However it does not talk about a situation in which it is...