Comment on
Does crates.io have a backup plan?
Reply in thread
@barsoap @GetOffMyLan It's not even all that hypothetical tbh. I don't recall the details exactly but there was a big scare a few years ago when .org changed hands.
Comment on
Does crates.io have a backup plan?
Reply in thread
@barsoap @GetOffMyLan It's not even all that hypothetical tbh. I don't recall the details exactly but there was a big scare a few years ago when .org changed hands.
Comment on
It appears that DTolnay was involved in the downgrade of ThePHD's talk from Keynote
Reply in thread
Comment on
Books about falling in love?
Reply in thread
@CrayonRosary @LucidBoi I mean clearly if the non-believers were tired of people pushing their beliefs on other people, they wouldn't be brigading a Catholic community.
Comment on
Semver violations are common, better tooling is the answer
Reply in thread
@sugar_in_your_tea If you're interested, I recommend looking at how Elm does it. Elm has automatic semver enforcement in its package system.
The long and the short is
missing stuff: major change
new stuff: minor change
patch: internal implementation change.