mattBrzezinski

Results 27 comments of mattBrzezinski

When I got some free time I'll go through the documentation and find all the terms which could use some more definitions. I will be in Cambridge hopefully sometime in...

I can start looking into this now, I have some free time.

### Overview So... this is a really weird case and there are a few ways we can handle resolving the issue here. To clarify the problem, we have a Julia...

Looking into why `keep existing compat` is being added in here. We can probably save this drop features part by spending some more time looking at it. https://github.com/davidanthoff/PyRhodium.jl/pulls ![Screen Shot...

I cannot understand why the above two PRs; - https://github.com/davidanthoff/PyRhodium.jl/pull/92 - https://github.com/davidanthoff/PyRhodium.jl/pull/91 Were created. By default we are passing in `KeepEntry` as the action. When we call [pr_title_parenthical](https://github.com/JuliaRegistries/CompatHelper.jl/blob/c9801030a244984ca1da8b36e658217dda06b7a3/src/utilities/new_versions.jl#L1-L3) we should...

All of the PRs created for: - https://github.com/SciML/DataDrivenDiffEq.jl/pulls - https://github.com/SciML/DiffEqOperators.jl/pulls - https://github.com/SciML/DiffEqGPU.jl/pulls Were most likely using `v3.0.0` which we have seemingly resolved. Nothing new will be created in those repos,...

Thanks for cutting the issue! Saw this earlier elsewhere. I don't think the issue is coming from a subdir package, but just the logic to determine if `~` entries should...

[This](https://github.com/timholy/SnoopCompile.jl/runs/3343976038?check_suite_focus=true#step:2:14) is the action which created the PR. It's using `[email protected]` not `3+` which is what I was looking at. Still very odd that it's creating it all of a...

Just commented on [this](https://discourse.julialang.org/t/compathelper-workflows-disabled-after-60-days-of-inactivity/48870/12?u=mattbrzezinski). We've created an AWS Lambda solution for this problem, [KeepActionsAlive](https://github.com/invenia/KeepActionsAlive), which automatically re-enables your workflows.