Tony Kelman
Tony Kelman
Quite a few people, including some package authors, have no idea what semver is, and it's not like learning about it is a required prerequisite for using Julia or publishing...
Expectation is fine, encoding the behavior into the package manager is another matter. What's the technical reason to engineer the system to work intentionally poorly when semver isn't followed? Things...
If the same person were responsible for the choice of version tag and needing to depend on that version tag downstream in every case, I'd agree with you. But these...
could you add a test?
Hi @mark-summerfield, thanks for the report. This repo is deprecated (and we should mark it as such), the Julia html docs are now generated by https://github.com/JuliaDocs/Documenter.jl, so this should probably...
Is one a test dep of the other? How would the requirements on one another be expressed?
Using git to download a binary resource is overkill and not really necessary. You probably don't need version control at the download site, only at the repository level. Just download...
You could use a github repo to hold the images if you want, it's not ideal but it's easy. But where the tests get run, I would be surprised if...
I'd be surprised if there were any difference between using 32 bit yeppp on a 32 bit machine vs using 32 bit yeppp on a 64 bit machine.
Should we maybe be using a different integer size for `TkWinReleaseDrawableDC` ?