rektide
rektide
I like the proposed new API! I also have a healthy dollop of respect for the old `/session/account` endpoint. It's useful. While having a context (here: session) dependent resource is...
As per @jzaefferer's React docs citation & http://www.ian-thomas.net/autobinding-react-and-es6-classes/ , I came to realize one can just create a bound member function via fat arrow syntax. ``` class MyComponent extends React.Component...
Not sure why I thought the `handler` example I offered was valid. I believe I had mis-understood classes. I thought I'd seen that form work but that must have been...
@bathos I'm not cool with your domineering way of telling people how they should code. Autobinding has many valid uses and many ways it can fight other smelly code. It's...
Thank you, & apologies: I did search but did not see or make the connection to Delegated Credentials.
From the #212 "Create uv transport" pull request: > There is no support for the old style and only for the new style algorithms (there are no createSendBuffer/createRecvBuffer functions). It...
I'd note that: * media-feeds has some questions about how they want to scope their feeds, that sounds related, https://github.com/WICG/media-feeds/issues/9 * and IMO, notifications also imo direly need [channels](https://developer.android.com/training/notify-user/channels) to...
Throwing some ideas at the wall here: `Content Registry` `Stored Content Index` `Offline Metadata` makes me think of site metadata; it doesn't evoke a sense that this is about content...
As a web developers, it's trying experiencing inconsistent old outdated capabilities in workers. Article after article highlights the importance of this feature set for keeping a responsive web app &...
@pwnall The only thing that turns up when I search for "chrome cl" is [this link to something in ChromiumOS](https://www.chromium.org/chromium-os/how-tos-and-troubleshooting/create-a-cl), and there's not enough context on that page for me...