Luma
Luma
更新してみました。greasyfork は更新めんどいので https://github.com/LumaKernel/cf-fast-submit/raw/master/main.user.js に URL 変えました。
Nice catch! I'm sorry I will take another approach to support Russian version.
All your ideas sound nice. They may (and this issue's one can) accept args, but it is not clear the real run sequence is `[1,2]` vs `[1,3]` for `f(1); await...
My PR resolves typing problem. https://github.com/Kong/swrv/pull/274
Current doc is not ambiguous for me, function calls `f()`, `f(undefined)` and `f(undefined, undefined)` have the same arguments (geek note: except argument length). In JS, _omitting argument_ always means _supplying...
afaik, the `null` fetcher behaves like `Promise.race([])` or `() => new Promise(() => {})` (meaning resolves after infinite minutes), but `isVaildating` value differs.
上のパターンは検知はされるが、next.jsの型定義の更新で使えなくなったというほうが正しそう。
単純な type export の網羅度の話になりそうか。 - [x] `export type Query` - [x] `export interface Query { /* ... */ }` - [ ] `export interface Query extends ... { /* ......
- [ ] `export ... from ...` 系 も