Johannes Schindelin

Results 878 comments of Johannes Schindelin

Why not just the visual language of https://github.com/git/git-scm.com/pull/2105?

I've encountered this and debugged it a bit, by heavily instrumenting the transpiled code in `dist/index.js`. Turns out that there are multiple calls to PowerShell that make a mess by...

I have briefly seen success trying to hard-code the fix of https://github.com/sindresorhus/windows-release/pull/18 into `dist/index.js` but it does not seem to work when I undelete all the core logic. *sigh* At...

@BrettDong excellent! I tested this and the times are back to decent levels: the _entire_ `checkout` step [takes 11 seconds with your PR](https://github.com/dscho/git-for-windows-automation/actions/runs/4526238192/jobs/7971269537). Thank you _so much_!

> I'm still seeing substantially slower checkouts on large runners Just a wild guess: could it be that large runners have slower D: drives than smaller runners? IIRC the hosted...

@GMNGeoffrey I would like to encourage you to consider the current macro-economical climate, and also just [how large he roadmap is](https://github.com/orgs/github/projects/4247/views/1). And please also note how @BrettDong's effort was rewarded:...

> msys2-runtime 3.3.5-3 Are you really, really sure that this is up to date? ```console $ pacman -Q msys2-runtime msys2-runtime 3.5.4-8 ```

> $ pacman -Suy Maybe you need `pacman -Syyu`. That's necessary e.g. when you copied the files from elsewhere and the timestamps of the files do not reflect when they...

Your setup must be broken _somehow_, as a newer msys2-runtime version is current: https://packages.msys2.org/base/msys2-runtime You are unlikely to benefit from any fixes we can make unless you fix your system...