Dave Vandenbout

Results 93 comments of Dave Vandenbout

After 3 months, I'll assume this is no longer an issue.

I just checked the `development` branch and commit `0add7d3` on 11/07/2021 contains similar code to what is in the PR from @PolarState. I think this problem might disappear if you...

You're welcome, although I must apologize that there hasn't been a new version of SKiDL on PyPi for over a year so you had to fix a problem that was...

I'm going to assume the `empty_footprint_handler()` fixes this issue.

Since you've identified the problem and have a potential fix, why not just issue a pull request?

I've never used MyPy so I'm not sure what issue it's having other than the fact my code isn't annotated for type checking. `kinparse` is mostly a syntax table that...

Thanks for fixing this! I had to change your code since an `int` doesn't have a `circuit` attribute. So I changed both your modifications to use the circuit of the...

You haven't provided the source for skidl_test.py. I can't provide any help without that. Sorry.