Fred Cox
Fred Cox
Multi-stage would be has the advantage that its easier for merging into other images - maybe i have a php script, and to use `from php:alpine` but want to use...
I dont think this is MariaDB specific, having same issues with MySQL 5.7 - where I have manually added the index length. Given that its not possible to define the...
Yea, it does seem to be right, maybe a PR that removes FCM is needed
For what are you using Playwright for Go? Right now testing an http proxy server in written in go Are you using it for personal use or in a company?...
I thought about that as an option, but it seems more risky and error prone, for not much gain. As I see the key problems being - Its possible that...
Looking at [`git clone`](https://www.kernel.org/pub/software/scm/git/docs/git-clone.html), I guess what you are looking for is the `--reference ` option, which causes object sharing. It comes with this warning about using shared objects, >...
I've been thinking about how change over the current cache, should be simple enough to detect folder with the old name and rename it. Can I suggest that we stick...
I read about `--dissociate`, sounds like by using it you lose nearly all the reason for using it, obviously, less network traffic, but storage is the same as two separate...
So, playing with this a bit - here is the commit, on alt branch for the moment, with the cache in sub folders, https://github.com/mcfedr/Carthage/commit/5d0b692176e279343a1fc5b35b214c9e2480f3b3, but now I come down to...
Ill be honest, unfortunately, due to time constraints, I'm unlikely to do any more work on this, so please feel to pick up my fork and finish it, I think...