Dorian Heinrichs
Dorian Heinrichs
Anyone found a solution?
They don't give a shit about this at all. Once in a while, they accept PRs but that's about it. Both this API and Java are completely broken by their...
Oh wow, that was a quick reply. Yeah wish I could do the same. I'm not using in a business way, but because it's my private bank. And for a...
Having this exact same issue. Only using parcel through [GoWebly](https://gowebly.org/), but whether I do run or build, I always get a segmentation fault. I'm also on macOS (15 dev beta)...
In my opinion, no, it should not be the same. As stated in the [README](https://github.com/Masterminds/semver#parsing-semantic-versions), there is a [StrictNewVersion](https://github.com/Masterminds/semver/blob/2f39fdc11c33c38e8b8b15b1f04334ba84e751f2/version.go#L68) and the more permissive [NewVersion](https://github.com/Masterminds/semver/blob/2f39fdc11c33c38e8b8b15b1f04334ba84e751f2/version.go#L158), which also allows things like v1...
But as you said, it's expensive and some elements aren't copyable - so if (especially the latter one) thats the case, why are you not using pointers in the first...