bosd

Results 689 comments of bosd

Just tested this one on python3.10 on windows 10. Working ok.

Sorry, I cannot. I'm not very knowledgable on the subject. Basically this pr is to silence a "critical" codefactor.io complaint. I'm utiliting the suggested fix from codefactor.io. I'll paste here...

@Harvie Can you merge this?

Did'nt notice any feature removal.. if so, we an always revert.

This also occurs on python 3.7.3. Seems more like a generic bug in this release. @vinayak-mehta Can you prioritize this bug? (it also prevents camelot to being installed, as it...

related to: https://github.com/vinayak-mehta/pdftopng/issues/11

``` Traceback (most recent call last): File "/opt/conda/envs/myenv/lib/python3.10/site-packages/cadquery/utils.py", line 47, in __call__ return super().__call__(*args, **kwargs) File "/opt/conda/envs/myenv/lib/python3.10/site-packages/multimethod/__init__.py", line 313, in __call__ func = self[tuple(func(arg) for func, arg in zip(self.type_checkers, args))]...