Ben Whetton

Results 5 issues of Ben Whetton

Hi there! Firstly, thanks for taking the time to put your github pages + jekyll guide together. I set up a simple blog following it a couple of years ago....

# Python version 3.9.9 but I don't think this is a version dependent bug # Code ``` from asammdf.mdf import MDF from datetime import datetime mdf = MDF() # This...

# Python version I have tried this with the Ubuntu 20.04 system python: version 3.8.10 I have also tried with the latest patch version of each of 3.8, 3.9 and...

### Describe the issue: As stated in [the python documentation logging cookbook "patterns to avoid" section](https://docs.python.org/3/howto/logging-cookbook.html#adding-handlers-other-than-nullhandler-to-a-logger-in-a-library). Libraries should not add log handlers. It makes it difficult for users to control...

bug

Hi there, I'm trying to run xunused excluding all files which end with `_test.cpp`. I've tried a number of different regex forms but I can't seem to get any to...