5 ms·
Good one, but I do not see release for MacOS :(
by flashu 11mo ago
Good one, but I do not see release for MacOS :(
- iagooar 11mo agoDarwin is the MacOS release - should make that clear - will update readme. Thanks.
- shellfishgene 11mo agoI don't see any binaries on github?
- flashu 11mo agoThat was my point, nothing in releases on GH
- iagooar 11mo agoThe readme clearly links to releases. I am not using GH releases, but that does not mean they are not there.
- imcritic 11mo agoPushing releases right into the repository? That's kinda nuts.
- iagooar 11mo agoJust learned something new! Will soon change how releases are delivered, fixing a few other issues I got reported.
- imcritic 11mo agoIf you were unaware that such approach is frowned upon then you might also not know that even if you delete the binary files from your git - they will stay there and thus be bloating your repository forever. To truly cut them away from the repository you will need to use some special instruments that will rewrite git history while trying to remove the bloat and the downside of that is that commits checksums will change and you will essentially have to force push existing commits but with new checksums.
- iagooar 11mo agoPoint taken. The files were really small, no need to exaggerate.