Vynce Montgomery
Vynce Montgomery
Trying to use ScribusGeneratorCLI, I got the following opaque error message (snippet shows last non-error output as well): ` 15:10:31 - ScribusGenerator - INFO: source document consumes 9 data record(s)....
As a developer in a project whose documentation is written in JSDoc, I don't know how to make sense of these documents. Not that their docs are badly written, but...
https://github.com/facebook/flux/blob/master/docs/Flux-Utils.md has a capital T show up often in the section on ReduceStore but I see no explanation of what it is supposed to mean. Is this copy-pasta of markup...
in section 12.12 a LogicalANDExpression is defined as ``` BitwiseORExpression[?In, ?Yield] LogicalANDExpression[?In, ?Yield] && BitwiseORExpression[?In, ?Yield] ``` why are those **_Bitwise**__ORExpression_s? shouldn't those be **_Logical**__ORExpression_s? similarly, 12.12.1, 12.12.2, and 12.12.3...