Daniel Cormier

Results 23 issues of Daniel Cormier

This test fails when using `v4.0.0-preview1`: ```go func TestJWTTime(t *testing.T) { when, _ := time.Parse(time.RFC3339Nano, "2017-07-31T12:59:59.999999999Z") expected := jwt.At(when) js, _ := json.Marshal(expected) var got jwt.Time json.Unmarshal(js, &got) t.Logf("Initial time.Time:...

It would be nice if the app geotagged photos, and there was an easily-accessible setting to turn it on/off.

feature request

Since this repo is no longer maintained, it should probably be [archived](https://help.github.com/articles/archiving-a-github-repository/). This may help make it more obvious, as well.

_Rust and WebAssembly_, available here: https://rustwasm.github.io/docs/book/ The repo is here: https://github.com/rustwasm/book

I like to add tracing to my code. This depends on being able to pass a context around. To that end, I wish `TestOnBorrow` was passed the context that's passed...

Enhancement
Waiting for response

### Describe the bug Calling a function that returns a function in `wire.Build` results in the `unknown pattern` error. ### To Reproduce This may be in a shared package, to...

needs info

It would be nice if an error could optionally be passed to `Shutdowner`, and this could be retrieved from the `App` as the reason it stopped running. Users could then...

enhancement

Depending on what study you read, about 10% of males are colorblind, with red-green being the most common. I fall into this category. The favicon on the `goconvey` webpage seems...

Some SMTP clients will only send to internationalized email addresses (addresses with non-ASCII Unicode characters in the localpart) if the receiving server supports the `SMTPUTF8` SMTP extension. Gmail, for example,...

The [`stream_view_type` field on the `rusoto_dynamodbstream::StreamRecord` struct](https://docs.rs/rusoto_dynamodbstreams/0.46.0/rusoto_dynamodbstreams/struct.StreamRecord.html#structfield.stream_view_type) has incorrect docs. ![image](https://user-images.githubusercontent.com/216265/112991809-8bd1aa80-9135-11eb-918e-6cb3f40b7089.png) The content in [the rustdoc source](https://github.com/rusoto/rusoto/blob/58e76b388a2a612e08312f5bfac523bf6a8deb08/rusoto/services/dynamodbstreams/src/generated.rs#L408) is: ``` KEYSONLY - only the key attributes of the modified item. NEWIMAGE...