-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Sane doc reports #7641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sane doc reports #7641
Conversation
@@ -1,5 +1,5 @@ | |||
## [Unreleased] | |||
|
|||
- Updating sane doc reports and adding customer logo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the new release notes format
demisto-sdk update-release-notes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Starting to update release notes.
No changes were detected.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amshamah419 can you take a look at this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@agamm Can you try updating your demisto-sdk
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ronykoz @amshamah419 I updated before:
(Already tried: pip3 install --upgrade demisto-sdk
) anything I need to change in the code / make changes ?
'utf-8') | ||
paper_size = demisto.args().get('paperSize', 'A4').encode( | ||
'utf-8') | ||
orientation = demisto.args().get('orientation', 'portrait') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you remove the encoding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think there was a need, unless you think there are times it will be affected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tbh i'm not 100% sure, let's add this to be on the safe side
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a convention in content?
I remember that it works ok in pdf reports:
(at least most of them).
Maybe @glicht do you have an idea why we need to encode utf8?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the docker image is python3 we don't need it
Thanks @amshamah419 ! |
Status
Related Issues
fixes: #1836
Description
Screenshots
--
Minimum version of Demisto
Does it break backward compatibility?
Must have
Demisto Partner?