Taylor S. Marks
Taylor S. Marks
@wilkinsona @sc-moonlight @codependent @ClaudioConsolmagno @MayCXC Is this still working for you in Spring-Boot 2.7.5 / Tomcat 9.0.68? This was working for me for several versions over the past several years,...
@ClaudioConsolmagno - I believe you can actually remove the one line from your report function in 2.7.5. The logic in the base ErrorReportValve class was rearranged. It now calls that...
How backwards compatible is this?AFAIK, the current setup works in the latest version of Python and there’s no plans to ever break it. If they were to ever break it,...
Which version of macOS? Is Python still installed by default on macOS?I think it should output a message about another library playsound requires when running on macOS (which used to...
As playsound is nowhere in your stacktrace, I’d assume this issue has to do with either your Python installation or pip, not playsound.TaylorOn May 1, 2023, at 07:14, rogit85 ***@***.***>...
IIRC, there’s never been a test case (or suite) that showed a reliable improvement. Bugs like this occurred both with and without any “fixes”.Any PRs to “fix” stuff should include...
I haven’t put much thought into what the logger should do. You’ll note that the logs are completely different on each OS. Taylor Sent from my iPhone > On Jul...
Glad to hear you’re trying to figure it out. I’m always annoyed by people who just report bugs and won’t recognize this is FOSS and that they should put some...
It’s interesting to hear that simply retrying 100 times makes it work. It it’s just a matter of needing to delay, I’d be open to adding a small sleep statement,...
This is still an issue for me using: - django 3.11 - python 3.9 - coverage 5.3 - django-coverage-plugin 1.8 What workarounds are available?