Max Schmeling
Max Schmeling
There is an `updateLabel` mutation: https://docs.github.com/en/free-pro-team@latest/graphql/reference/mutations#updatelabel
`addListener` returns an `EventSubscription`
Also, the second parameter to `addListener` (`uploadId`) should be `string | null`.
Wow, never saw this comment, and this is waaaaay late, but you can pass `null` to listen for *all* events instead of for a specific `uploadId`.
The `keyof typeof ButtonType` part is necessary to make this backward compatible and not force every TypeScript based consumer of this component to switch to the enum type. Feel free...
There are things where the separate processes are necessary for parallelization. The `screenshot` method is one.
The internal implementation of the screenshot feature requires the browser to bring the tab being captured to the front / make it active. It then has to draw the page...
Thanks, @gziolo I definitely understand that there's a real chance this doesn't end up being the end solution, and so if it can't get in, I understand. However, I'm really...
It makes sense for it to be experimental for now to me. But having something in there that allows us to experiment in Gutenberg and get feedback from our “beta”...