rindeal

Results 27 comments of rindeal

As mentioned in https://github.com/actions/toolkit/pull/1740, since the GHA Runner doesn't perform `-` to `_` conversion when setting the `INPUT_*` environment variables for NodeJS actions, performing this conversion on the client side...

```sh $ python -m cProfile -o foo.cprof docker-squash ... $ pyprof2calltree -k -i foo.cprof ``` is an easy way to get some hard data. Eg. I found out that 18%...

> Since this changes user-facing behavior, it needs an issue and a NEWS entry. Done > The change in `_get_action_name` could use a new unit test; it looks like the...

> Since this changes user-facing behavior, it needs [an issue](https://github.com/python/cpython/issues/new/choose). Do you want to file one? Done. https://github.com/python/cpython/issues/118839 > As the docs say: > > > Use of [enum.Enum](https://docs.python.org/3/library/enum.html#enum.Enum) is...

There seems to be some misunderstandings here and there. Therefore, I'll summarize and clarify a few points. This PR should address inaccuracies in both the `argparse` code and its documentation,...

> It would be nice to add a test that uses enums to demonstrate the benefit of this change. Reasonable wish, it’s been granted.

@serhiy-storchaka I fixed the conflicts you introduced and implemented all changes you suggested. Please review the updates so it can be finally merged.

> I'm not really convinced that we should do this. While we could document these constants for completeness, doing so would probably add unnecessary redundancy to the docs and potentially...

https://github.com/python/cpython/issues/118920#issuecomment-2105347251: > The nargs=REMAINDER documentation was removed on purpose in #61252; see also #101472 The decision was highly sub-optimal, like sweeping the problems under the rug. It would have been...

Well, your current `.travis.yml` already downloads external code from your repository, so you may just add `install_portage.sh` as another dependency.