You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Every single time I run my CLI tool to generate a PDF file, I see this print statement which makes it look like there's an error or something has went wrong when it's just a warning message.
It has lead to a lot of confusion and has resulted in many "issues" being opened because of a misunderstanding of the message which is not actually an error message.
Please remove this weird print message or at least lock it behind a debug mode or something.
Like, is there a way to actually make it stop happening? is there a font that has Unicode support that this package supports?
Is your feature request related to a problem? Please describe.
Every single time I run my CLI tool to generate a PDF file, I see this print statement which makes it look like there's an error or something has went wrong when it's just a warning message.
It has lead to a lot of confusion and has resulted in many "issues" being opened because of a misunderstanding of the message which is not actually an error message.
#810
#1538
#405
#384
#252
Instead of having a message printed in the console, this warning message should be covered in the README.
Describe the solution you'd like
This should not be appearing by default and should be removed from
type1_font.dart
Describe alternatives you've considered
Add ability to have the console output be more verbose should a developer using this package be having issues.
Additional context
The text was updated successfully, but these errors were encountered: