Tanimodori

Results 33 issues of Tanimodori

### 需求描述 Feature Description #### 1. [`Options.ready`](https://next.attojs.com/api/#ready) 检测truthy 在依赖请求中比较有用。目前`ready`只接受`Ref`,所以不能直接传`Ref`,需要写`computed`。希望可以接受`Ref`并检测truthy。 ```ts const api1Context = useRequest(api1); /* const api2Context = useRequest(api2, { ready: api1Context.data, // 类型错误 }; */ const isApi1Ready = computed(()...

feature
2.x

### 需求描述 Feature Description Please export the return value interfaces like `QueryResult` etc. Say we want to wrap `useRequest` like: ```ts function useMyRequest(result: QueryResult) { const foo = computed(() =>...

ts
2.x

Currently this plugin does not watch file changes on `vite build --watch`, the `watch` related code are `serve`-only. It would be better to support watching file changes with watched build.

enhancement
PR welcome

**Your Environment** * **prettier-plugin-sort-imports**: 4.1.1 * **Prettier version**: 2.8.4 * **node version**: 16.19.0 * **package manager**: [email protected] * **IDE**: VScode * **prettier-plugin-sort-imports**: 4.1.1 * **OS**: Windows 11 **Describe the bug**...

investigation

### What problem does this feature solve? I suggest to publish `shell-chrome` sub-package as a separate package to npm like `shell-electron` and `api` to help simplify the debugging of electron...

https://www.electronjs.org/docs/latest/api/accelerator#available-key-codes NumPad Keys num0 - num9 numdec - decimal key numadd - numpad + key numsub - numpad - key nummult - numpad * key numdiv - numpad ÷ key