Andrew Baxter

Results 106 issues of Andrew Baxter

I think it would be great if the readme or the documentation had an `Installation` section that pointed people to the built AppImages and indicate that this is the recommended...

The readme says > linuxdeploy was greatly influenced by [linuxdeployqt](https://github.com/probonopd/linuxdeployqt), and while it employs stricter rules on AppDirs, it's more flexible in use. `it` is used twice but it's not...

Is there a reason beyond "nobody's done it yet" that TlsAcceptor and TlsStream from the server example aren't published by this library? As it is `hyper-rustls` doesn't directly connect hyper...

I searched a bit but didn't find any issues/discussion that looked relevant, please forgive me if I missed something. I'm dealing with an api that has `"sometype": {}` fields sometimes...

bug
help wanted
good first issue

It looks like it's hardcoded to 7 here. I haven't even gotten my ft232h yet so I'm not going to try changing values personally, but thought I'd leave a note....

Issue #1 discussed mounting by UUID and label. Mounting by UUID is done, and I'm making this new issue to track the latter.

First of all, thanks for this! I use it all the time. ``` $ cargo add --dev tokio Updating crates.io index Adding tokio v1.24.1 to dev-dependencies. Features: - bytes -...

bug

**Is your feature request related to a problem? Please describe.** I'm calling a method in the library and it returns `proto error: io error: invalid input parameter` - AFAICT this...

**Is your feature request related to a problem? Please describe.** I'm implementing a dns server that handles some requests and forwards the rest on to another server. I was using...

1. `UdpClientStream` says it returns a tuple, but it really only returns one value. ``` /// it is expected that the resolver wrapper will be responsible for creating and managing...

docs