Tzu-ping Chung

Results 1030 comments of Tzu-ping Chung

Most of the timetable logic need to be in the scheduler. So we should kind of do the opposite of SerializedBaseOperator. 1. Existing tiemtable classes in core are scheduler-only. 2....

We are bound to need at least one separate package if we want to entirely separate dependencies. For example, the WeightRule enum is fundamentally a user-facing type that should live...

I don’t have a problem, but for curiosity, what is the use case? If you’re using the shell, you should know what that shell is. If this is for a...

What is the use case here? You want to be able to choose the Python version because each version may introduce incompatibilities to user libraries, but pip does not have...

> ``` > pip wheel --require-hashes ./pretend-1.0.9.tar.gz > ``` In this case the local sdist does not have a hash, so pip’s complaint is not groundless (whether a local sdist...

> It is often not what the user wants. Citation needed, I guess? When is doing a user-site install a problem instead of sytem-wide?

I think it’d be reasonable enough to keep 3.8 and 3.9 on Intel and only run 3.10+ on ARM. We’re probably going to drop 3.8 before GHA drops macos-12. They...

This looks reasonable to me, assuming we accept the dependant PRs. (Still some discussion needed on #12186, it seems.)