Evan Owen
Evan Owen
This fixes two problems: - This will now properly convert underscored header names to their dashed equivalent. Custom headers like `Content-MD5` turns into `HTTP_CONTENT_MD5` in Rack, so converting back from...
Resolves #113 This allows overridden getters/setters to be written like ActiveModel getters/setters and call `read_attribute` and `write_attribute` to get the raw value from the attributes hash. This previous behavior was...
We're finding that emoji-mart is providing the text presentation sequence rather than the [emoji presentation sequence](http://unicode.org/emoji/charts/emoji-variants.html) for certain emoji, yielding very different emoji in browsers that support both. For example,...
Any time a message receives a reaction, the read receipts are removed for that message. It appears that the `getReadStates` function looks at `message.updated_at`, which changes when a reaction is...
Currently it's not really possible to use your own signal and abort outside of the TimeoutLink, because the timeout error is still triggered even if the request was aborted outside...
Ran into two separate issues with Go 1.16rc1, both related to changes in `go install`. #### 1. The `+heroku install` directive no longer works with packages outside of the module....