Tyler Cloutier

Results 114 issues of Tyler Cloutier

``` /foo/bar/ # Does not match route: /foo/bar/* ```

Rather than pass around [UInt8], it would be better to use Foundation's Data object which has a much more versatile API and can be readily converted to [UInt8] in any...

enhancement

Need to configure code coverage for testing. Gotta get one of those sweet badges too.

enhancement

Implement formatted version of headers and cookies for HTTP message for greater convenience. Should likely follow the same strategy as described [here](https://nodejs.org/api/http.html#http_message_headers).

enhancement

The current SwiftMultihash implementation looks to be out of date (e.g. no varint encoding). It also doesn't seem to use the Swift Package Manager. I actually had started writing my...

Just wanted to get your thoughts on adding some convenience functions from https://golang.org/src/net/ip.go. I've added one here as an example.

I'm trying to understand the difference between the GLSL* and C# versions of the algorithm. I created textures from both of them and although they actual values are not identical,...

https://github.com/hyperium/http/blob/78e3d37563b0fe83886abffdcd8569117d45fee9/src/header/value.rs#L421| The comment here states: ```rust // The largest decimal number in 15 digits: // It wold be 10.pow(15) - 1, but this is a constant // version. if num...

https://github.com/tikv/protobuf-build/blob/a2af09ffc88767196ab33137af01358a6bd81447/src/wrapper.rs#L220 It looks like based on this line `merge_from` is unimplemented. I'm getting an error here in my code, but I do see an implementation here: https://docs.rs/raft-proto/0.6.0/src/raft_proto/opt/rustwide/target/debug/build/raft-proto-e76d546c8402e8c8/out/protos/eraftpb.rs.html#2584-2603 How is this...