sidekick-eimantas
sidekick-eimantas
I'm trying to get the list of files modified since `main` branch on pull request, in python code, and because of the checkout behaviour of this action I've now been...
The hell are you guys doing? A massive breaking change, potential to impact every repo in a company, and you communicate it through a random github issue on a random...
What a rabbithole of closed issues Related issues: https://github.com/actions/runner-images/issues/2707 https://github.com/actions/runner-images/issues/1336 https://github.com/actions/runner-images/issues/6547 Control (ubuntu-22.04): Macos 12: Macos 11: Anyone got an update on the state of this work?
I modified `prance/util/iterators.py` `reference_iterator` by appending the following lines of code: ``` if len(item_path) >= 3 and item_path[-3] == "discriminator" and item_path[-2] == "mapping": yield key, item, item_path ``` Which...
+100 Nothing more infuriating than having to rebuild lock files in a thousand stacks
Howdy ! Was wondering what the state of this effort was, if it's still in progress? I saw some good work being done on cue models over in the grafana...
> I believe there are some issues already open talking about the slowness of macOs runners - [actions/runner-images#6547](https://github.com/actions/runner-images/issues/6547) , [actions/runner-images#1336](https://github.com/actions/runner-images/issues/1336) Both of the issues you linked are closed
> https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md still says ubuntu-22 includes homebrew. It does include homebrew, it's just not in the PATH
As a quick hack, I did the following in my application: Given this layout: ```sh skm_cli/_cli ├── __init__.py ├── _agent.py ├── _aws.py ├── _cli.py ├── _dmarc.py ├── _project.py ├── _publish.py...
> > ```shell > > skm_cli/_cli > > ├── __init__.py > > ├── _agent.py > > ├── _aws.py > > ├── _cli.py > > ├── _dmarc.py > > ├── _project.py...