Will Gibson

Results 45 comments of Will Gibson

I would love to be able to use this fingerprint reader on my Dell Precision 7520 which was shipped with Ubuntu and I paid the extra few quid for the...

I'm afraid that was from a "previous life" and I can't remember what the specific example was, but I think my original comment summarises it well enough.

+1 We need to remove some schemas too.

I have been unable to fully test this so far due to https://github.com/UmbrellaDocs/linkspector/issues/122. In GitHub Actions, Linkspector is taking ~20 minutes compared to makdown-link-check's ~90 seconds. This may be connected...

You are correct. I added `@typechecked` to `fox_goose_corn/src/model/boat.py` and it had two effects: 1. I could drop a test checking the type of the input passed to a method because...

Based on my time availability, or lack thereof, I will stick with the allow/deny approach as a first step.

My initial spike raises questions. This [python-sandpit branch](https://github.com/WillGibson/python-sandpit/tree/allow-typechecked-spike) is set up to use this [mutmut hacked to allow typechecked branch](https://github.com/WillGibson/mutmut/commit/39cafe5666a1c655d3e137acabce35272f57e179). `mutmut` mutates typed things that are covered by `typechecked`, so...

We are also trying mutmut3, so it will like depend on available time factor based on which one we select. Currently, mutmut is winning on speed and reporting, Cosmic Ray...

Thanks for the extra option @abingham. I'm afraid I haven't been involved with the codebase we were trying to mutation test for about six months now so I am unable...

I just updated the commit hash in the steps to replicate, it was the wrong one.