Anthony Sottile

Results 862 comments of Anthony Sottile

seems best for now to just override this in your own config (probably with `exclude:` ?) assuming this will get fixed upstream

maybe more explicitly this should be `Any | None` ? though I'm not sure if the `BdbQuit` part of this is possible?

the readme mentions "Zip files do not maintain the executable bit on binaries" but this isn't true (and has been [fixed in dotnet already](https://github.com/dotnet/runtime/issues/1548)) -- I wonder if this is...

I decided to come back to this and interestingly enough if I run the `dotnet publish` command using the `9.0.306` release of the dotnet tool it produces the correct permissions:...

unfortunately I don't think `.d` is unambiguous

yeah that one seems unambiguous

impling you think it's not already enabled?

weird. I was in the preview alpha for this I wonder if it got toggled off when GA happened

sorry it's been a while -- haven't gotten around to this. at the very least we'll need to keep the old option and have it be an alias to the...

I think simpler would be to just remove the py2 code and make `--min-py3-version` an alias to `--min-py-version` and disallow anything less than 2 -- and release that as a...