Davyd McColl

Results 122 comments of Davyd McColl

I've finally had a chance to look at the nightly - I can see a lot of work has gone in and there are some great improvements The things to...

Hi @isen-ng Am I correct in saying that the updater script is `auto_updater.py`? If so, and if you can take the time to teach me how a meta package should...

I started looking into this ( https://github.com/isen-ng/homebrew-dotnet-sdk-versions/commit/78b7f2e8a7c53b47c2375006e4fc37f786e31b6f ), have tests started out and all that, and then I thought, lemme just check that the example above does what we need...

well, that really makes the meta package tool easy to do (: it no longer needs to understand Ruby, it can just find the highest one and copy it -...

I was thinking about this more over the weekend, and perhaps a pure copy-paste isn't the best idea because it essentially makes two packages which target the same result -...

btw, I've made some progress on this, using the above idea for the method (ie, including a new META.md that explains why it's there, but it's the only downloadable artifact,...

I've raised a PR: #310 - the results work for me, but I could have missed something - please review when you have a chance (:

> I would love to have this added as well @bmatzelle, currently I am just grabbing the unzip.exe from here: http://gnuwin32.sourceforge.net/packages/unzip.htm > > Would love to see this added. As...

I've raised a PR (https://github.com/bmatzelle/gow/pull/272) literally with the files linked above unzipped into the bin folder, however, it looks like this repo is dormant 😢

There's that old joke, but it's true: There are 2 difficult things in computer programming: - cache invalidation - naming - out-by-one errors