Nathan Youngman

Results 94 issues of Nathan Youngman

Headers contain an ID which should be a UUID with 32 lowercase hexadecimal digits (or blank). Currently there is no validation for this field.

enhancement

I have valid and expired certificates, but I don't want to include them in the open source project for obvious reasons. There may be a way to store them on...

When text is selected and the ` key is pressed, I would expect the text to become preformatted (eg. `text`). Instead it replaces the selected text with a single `.

Toggling comment (Command + / on Mac) uses HTML style comments: ``` ``` I'm expecting it to use C style comments: ``` // a line ```

I just watched the video at: https://www.youtube.com/watch?v=2yiKUIDFc2I Thanks for the insight into Erlang. It was very helpful for an Erlang/Elixir newbie like me. Fyi, here are my Go versions of...

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - - trpl-listing - I have checked the latest `main` branch to see...

The documentation doesn't reflect the changes in this commit: https://github.com/waynehoover/s3_direct_upload/commit/fbe46fbe4731fcb3da5a43613aef6802052ca178

For a little inspiration, I'm taking a look at other [Go projects for APNS](http://godoc.org/?q=apns), starting with the one @finkel mentioned in #47 and then the one @themartorana mentioned (#38). @willfaught...

There are a number of things I would like to see: - [ ] Separate loading certificates from configuring the Client or Feedback service, and add support for *.p12 DER...