Geert Stappers
Geert Stappers
On Fri, Aug 29, 2025 at 07:27:06AM -0700, Jeremiah C. Foster wrote: > I've downloaded and built webadmin with trunk. I've uploaded the built > webadmin.zip file to my server...
FWIW: I now know better what the task is for which I volunteered. It looks like that _failing tests_ are blocking the _merge requests_, it is a good thing. I...
> almost always fails in CI ... but you can safely ignore it I can and will ignore that failing test. However, I think that _dependabot_ doesn't do so, the...
> Dependabot just creates PRs I would like to have the privilege to approve merge request. Benefit for the _warpgate project_ is (much) less backlog on MRs from @dependabot.
> > blunt github merge > For starters, please just cherry-pick dependabot's commits into a single PR of your own - this way I'll have a chance to review it...
> ``` > remote: aborting due to possible repository corruption on the remote side. > fatal: protocol error: bad pack header > ``` Probably a network hick-up. > Also, are...
> > ``` > > remote: aborting due to possible repository corruption on the remote side. > > fatal: protocol error: bad pack header > > ``` > > Probably...
> > > ``` > > > remote: aborting due to possible repository corruption on the remote side. > > > fatal: protocol error: bad pack header > > >...
The new dependabot merge requests had no effect on the ones that I have _cherry picked_. (Screenshot follows) ```text stappers@myhost:~/src/github/warpgate $ git branch | grep ^\* * dependabotcherries stappers@myhost:~/src/github/warpgate $...
> > For starters, please just cherry-pick dependabot's commits into a single PR of your own - this way I'll have a chance to review it before merging. > >...