Steven Roose

Results 245 comments of Steven Roose

About `secp256k1`, the "minor" bumps pre-1.0.0 are considered "major" bumps and allow breaking changes. It's true that many crates are in the `0.x.y` range, due to the [zer0ver phenomenon](https://0ver.org/). So...

Anyway, I was just trying to ask the maintainer if he'd be willing to commit to an MSRV, which seems not to be the case. That's fine.

@aakselrod Any of the papers mentioned the percy page that you recommend reading?

Personally probably mostly the JSON object specs. So that I can parse and build ActivityStreams and ActivityPub related objects. I don't exactly know the PubStreams distinction spec-wise. Might as well...

I have the same issue. I track a package as a fork I made and when I push updates to the fork, `glide update` does not make the lock file...

I think the best solution is to don't have a version constraint on your test dependencies.

Most do or have plugins. Editorconfig is an attempt at a bare-minimum formatting standard that's very easy to support in any editor.

I think I determined that when I have my SSH key passphrase-protected and not in ssh-agent, the confirmation events doesn't come. While when I retry after doing an `ssh-add`, it...

Any updates on this? I think a week or two ago, this was still a problem.

I'm currently supporting a MSRV of 1.29 in several crates I maintain with no pain feature-wise; only some pain because of dependencies breaking compilation without breaking semver changes, but I...