Anton Ustyuzhanin
Anton Ustyuzhanin
This one is very annoying. After upgrade 5.2.0 to 5.3.0, our users started reporting this at least 4-5 times daily! Aborting build could take up to 30-40 minutes. (to get...
Hello @jekkel, thanks for the project! Does this feature make sense to you? Would it be possible to integrate it into the upcoming release? Best, Anton
Thanks for your feedback, @jekkel. I will address all the points in a few days!
Hi all! I faced the same behavior and proposing a fix (or feature) #4809
@agaudreault-jive, thanks! Btw, `local readonly path="$1"` doesn't work as you might expect. use `local -r path="$1"` https://stackoverflow.com/a/45409823
We could also switch from `twine` to `uv publish` https://docs.astral.sh/uv/guides/package/#publishing-your-package
@applejag, thanks for the research and sharing your findings, this is super helpful! I am also setting up machine authentication for github-actions, and was looking into the origin of weird...
> [@phamviet](https://github.com/phamviet) funny, I'm debugging this atm too. Scary seeing "now" instead of a timestamp > > Setting `subject_token_type=urn:ietf:params:oauth:token-type:id_token` as you suggested did fix it for me too! (and leave...
> > By the way, have you found if there's a way to "hide" the github-actions connector from being shown on the dex login page? > > I haven't found...