Bill Patterson
Bill Patterson
Note that my confusion with not understanding the internals of how "identify files for removing old archives" works caused me to assume it was based on file name patterns rather...
Additional info, after more testing: appears to be related to the `.targetMaxLogFiles` setting and how it gets applied. Sometimes rolling allows more files, sometimes not (deleting files, even though count...
Added info: 1. there are multiple log streams going to the logs directory (a general.log, a backup.log, a database.log, etc... all creating their own rolled files). I'm not certain, given...
My problems were ultimately due to not using critical parameter values. I have added code documentation that would have helped me, and created a pull requests from it (no changes...
I’m happy to be able to help in some small way even if it’s only pointing out a minor problem. What I did to fix things was give up and...
I have the same problem. A pw.Text object wraps the text to multiple lines (inside a Column, don't know if that's relevant). When I change the Text to be a...
Note: I've now replaced the MacosTextField instances with CupertinoTextField, which is a much closer analogue of the use/properties of the Material TextField, making it easier to fork to use one...