Kisaragi Hiu
Kisaragi Hiu
> Why do I need a Screen Share? That window is from the desktop environment. Kooha asks the desktop for the screen, and after you agree, the desktop shares the...
I mean that it fixes the test, which exposes the fact that `ts-format` throws away timezones, which makes the test not pass (when system timezone don't happen to line up).
While completing-read-multiple might not be used much, `org-set-tags-command` uses it to this day and it is very much not deprecated despite the lack of popularity. Although it might not be...
I'll add the details to the upstream bug report; in the meantime I'm opening #945 to work around it in Emacs 28.
For reference, fish returns error if a glob doesn't match anything, instead of silently discarding the argument (the case here) or becoming a literal string (bash). ``` u0_a135@localhost ~> ls...
- `setprototypeof`: Object.setPrototypeOf (Node 0.11+, ) > Object.setPrototypeOf came to Node in v6.0.0, so again, that can probably be used once version support comes that high. [MDN says setPrototypeOf was...
這種時候應該用「驗證碼」(這是在 VerifyEmail.tsx 裡的);看來源檔案這個字串沒有在其他地方用到,所以應該不會有問題。(另外可以利用 GitHub 的 code review 功能,會比較好追蹤已處理的問題點)
I have some more feedback. I'll put my overall opinions in this comment - "List" (as in the Twitter concept) should probably be 列表. - Follow is 跟隨 on Twitter,...
Instead, the types have a "maxChoices" param that appears no where else in the shipped bundle.
Marking as draft for now until I come around to remove the workaround.