Peter Law

Results 126 comments of Peter Law

For info: I'm not sure I'm likely to get to this in the immediate future. I'm still interested in this happening (and may eventually have time to work on it),...

Looks like that's sorted now? From a clean clone of this repo, with the following patch applied: ``` diff diff --git a/pyproject.toml b/pyproject.toml index ca2909c9..d7e33c0f 100644 --- a/pyproject.toml +++ b/pyproject.toml...

@aarnphm please could BentoML bump its open telemetry packages to at least `0.41b0`, which contains a fix for security issue https://github.com/advisories/GHSA-5rv5-6h4r-h22v.

https://github.com/terser/html-minifier-terser might be another alternative. From my experience (one fairly small project, CLI usage only) the options are pretty much completely compatible, so making the move miiight be simpler than...

> Is using `~/.netrc` able to solve your issue? I haven't found a spelling which lets this work (it was something I tried). I agree that this feels like it...

Yup, #12748 definitely looks like it could help with this, thanks! Agree that's a neater solution overall too.

Is this issue still present? I believe the cause of this was that the Python 3.10 grammars hadn't been updated with the new syntax, though I think that that's now...

I'm currently working around this by coping the requirements file into a temporary directory within the working directory and then referencing that, instead of the original. This doesn't feel like...

Thanks for your replies. For completeness the repos in question are: - https://github.com/PeterJCLaw/srcomp-validate-action/ - https://github.com/srobo/sr2022-comp/ (specifically https://github.com/srobo/sr2022-comp/pull/5) I've raised https://github.com/actions/toolkit/issues/1035 for the underlying issue.

@dmitry-shibanov would you be open to reopening this issue? It looks like `hashFiles` has a new parameter now which allows callers to specify the workspace directory (https://github.com/actions/toolkit/pull/1318), which I think...