Tony Erwin
Tony Erwin
@enikonovad Thanks for your help. I tried again after reading the Slack, and updated my Jinja to this: ``` {{ control_writer.write_control_with_sections( control, group_title, ['statement', 'additional_fs_cloud_guidance', 'guidance', 'table_of_parameters', 'above_the_line_guidance'], { 'statement':'Requirements',...
@enikonovad Thanks for the updates in development. I tried them out and most things are working pretty well now. However, the following major issue mentioned above still occurs: - It's...
@enikonovad Yes, I had pulled the latest from dev (as evidenced by the fact everything else was working). But, that is odd it works for you. This is my full...
@enikonovad Aside from the issue with `above_the_line_guidance`, I have a few more misc items that haven't been listed this this ticket before. @vikas-agarwal76 told me I could add them here,...
@enikonovad Well, it looks like the `profile.json` file loses the `above_the_line_guidance` when I run `trestle author profile-assemble -m md_guidance -o FSCloud_internal -v` I don't understand why it would do that,...
@enikonovad Perhaps I'm doing something wrong, but I'm not seeing any difference in the output after rerunning `pip install git+https://github.com/IBM/compliance-trestle@develop`. Do I need any changes to my Jinja file?
@enikonovad I've found a new issue on top of the ones above. My Python code does some post-processing of the markdown and I've temporarily worked around most of the existing...