sobolevn
sobolevn
See https://github.com/inikulin/publish-please/issues/42 Temporary fix: - removing the line `"prepublish": "publish-please guard",` from the config - adding `"ppublish": "publish-please guard && npm run publish-please",` We still don't use `npm publish`.
If some function: - Has a name that starts with `is` - Has first arg typed as `object` - Returns `bool` It might be a `TypeGuard`. The amount of false-positives...
I have a strong feeling that we are missing a huge thing here. Communication is the key to a good community. The existing `irc` channel, is it enough? Does it...
This is happening for me everytime I do manual backports: ```pytb (.venv) ~/Desktop/cpython2 main โ ยป cherry_picker a1c4923d65a3e4cea917745e7f6bc2e377cde5c5 3.12 ๐ ๐ โ Now backporting 'a1c4923d65a3e4cea917745e7f6bc2e377cde5c5' into '3.12' Error cherry-pick a1c4923d65a3e4cea917745e7f6bc2e377cde5c5....
# The short story It would be nice if `skip-news` label is automatically added when both conditions are true: - PR has `type-tests` badge - It does not have new...
# The short story It would be nice if there was `needs-no-backport` issue label. # Long version Why do we need one? Right now we only have these `backport` labels:...