msrd0

Results 197 comments of msrd0

Just for reference, the last increase of MSRV seems to have been a PR I made the same day we got another PR, probably to fix unrelated CI failures from...

The latest rust release gave us a new toy. I played with it: https://github.com/influxdb-rs/influxdb-rust/pull/160 I believe this PR is currently less of a PR and more of a discussion anyways...

No, you should not delete the socket file if it exists. Some daemon orchestrators like systemd will actually create the socket themselves and expect you to use that socket. I...

Is there a particular reason for updating async-std to a semver-compatible version? Do we need any features/bugfixes introduced since the version we specified?

Unless our code makes use of the new I/O safe traits or any other features introduced between the minimal version we specified and the minimal version this PR updates it...

I needed this so I build a version that has a trait implemented for both std's and hashbrown's map: https://github.com/rust-itertools/itertools/compare/master...msrd0:itertools:faa514f As a proof of concept that works, but to be...

@mzr You will need a 0.8 release of gotham before you can upgrade to hyper 1.0. I have absolutely no idea if or when I will find the time and...

Hm I did some experiments and couldn't get it to work. While you can use `size_of` using concrete types in where clauses, it seems like rust doesn't allow generic type...

I'd be happy to help, but since I don't know much about how gradle works internally you'd need to give me some hints on how to fix this.

I believe this issue is still valid, still confuses users that encounter it for the first time, and should therefore not be closed. The official gradle docker image no longer...