Patrick Johnmeyer
Patrick Johnmeyer
## Scope  https://github.com/captable/ocx/files/11883157/OCX.v.1.0.xlsx ## Desired Outcome - As of date should come from OCF manifest - "Generated on" date should come from OCF manifest - "OCX Version" should read...
Currently, after running `npm install https://github.com/captable/ocx`, the binary `ocf2ocx` is available for use but one cannot `require('ocx')` from the node console or `import OCX from 'ocx'`. This should be ironed...
If an OCF Package is within a .zip file, it would be nice if the user did not have to unzip it themselves before running `ocf2ocx` on it. The CLI...
Currently, for ease of use, the CLI applies a set of heuristics to find a manifest file within the provided folder. In the odd case that these heuristics incorrectly flag...
In the `@Transactional` annotation, the code supports two Propagation types: `REQUIRED` and `REQUIRED_NEW`. The only difference appears to be that `REQUIRED_NEW` starts a session, whereas `REQUIRED` assumes one is already...