Xidorn Quan
Xidorn Quan
The main issue for this is that `eval::command` currently only handles string reply. We may need to extend some part to allow attaching inline keyboard. We may want to do...
It would be easier to do this after #54.
看起来已经被修好了
这个bug好像本身没被修复,只是这些条目被人改到2099了(
I noticed that this behavior was changed in #2998 possibly intentionally. But as I mentioned in https://github.com/mobxjs/mobx/issues/2417#issuecomment-1341584660 previously, we in Canva find it hard to enforce restrictions if they don't...
There is also another potential use case of `requiresReaction`: `computed` may sometimes be used for managing resources, which may be leaking, on demand. To prevent leaking, we may use `onBecomeUnobserved`...
> There are many warnings that should be fixed, like React key warnings, that are not errors to not deviate from production behavior, as otherwise bug reproductions can become extremely...
I would also argue that > raise on-screen alerts on any logged warning/error you believe must always be fixed in your company. is not a very sustainable way to do...
I have a feeling that there is nothing wrong to allow `requestFullscreen` without user activation when the document is already in fullscreen, or is entering fullscreen (by a previous call)....
The specific issue on Vimeo has been fixed long time ago, and I didn't see any new webcompat issue report. I think we can close this issue now.