Simon Ser

Results 535 issues of Simon Ser

`net/http` can't access `PP2_TYPE_ALPN` which is necessary for the HTTP/2 upgrade. Some manual logic is necessary to handle HTTP/2 upgrades, e.g. https://git.sr.ht/~emersion/kimchi/tree/master/item/server.go#L175 Would it be desirable to host this glue...

help wanted
question

Addresses like 0:0:0:0:0:ffff:7f00:1 should be allowed when parsing IPv6 protocols. * * * Not sure how to make this work, so submitting as a draft so that we're at least...

Go 1.16 has introduced net.ErrClosed, which should be returned/wrapped when an I/O call is performed on a network connection which has already been closed. This is useful to avoid cluttering...

Go 1.16 has introduced `net.ErrClosed`, which should be returned/wrapped when an I/O call is performed on a network connection which has already been closed. This is useful to avoid cluttering...

enhancement

Currently, linkifyjs accepts `[email protected]` as an email address, but not `[email protected]`. FWIW, the `~` character is used in https://lists.sr.ht addresses, e.g. `~emersion/[email protected]`.

bug
pending-merge

`linkify.find()` currently doesn't allow overriding the default options.

feature
pending-merge

I understand that for some people a single-header "library" is easier to use, but for some use-cases a proper shared library would be better. Would this be something you'd like...

Allow to use `for` instead of `htmlFor`: > The new ECMAScript 5 specification allows property names to be reserved words. http://stackoverflow.com/questions/4298594/javascript-keywords-in-hash-keys

- [x] Migrate IMAP backend - [ ] Migrate SMTP backend - [ ] Remove `backend/util/textproto` Fixes #36

The latest frontend uses SRP. Backends require a username and a password. How to make this work?

help wanted
api