so2liu
so2liu
第五章 可组合性 第二个代码块前面的那句话: > 举个例子,我们编写一段代码,找出数据集中男人和女人的平均年龄。 原文是活着和死亡语言的平均年龄: > As an example, let’s write code that finds the average year of origin for living and dead scripts in the data set.
https://user-images.githubusercontent.com/9153390/159712264-cb24ce1a-7712-4032-852c-00297b3d9b9a.mp4
[中文模板 / Chinese Template](https://github.com/DouyinFE/semi-design/blob/main/.github/PULL_REQUEST_TEMPLATE.zh-CN.md) - [x] I have read and followed [Pull Request Guidelines](https://github.com/DouyinFE/semi-design/blob/main/CONTRIBUTING-en-US.md#pull-request-guidelines) of the contributing guide. ### What kind of change does this PR introduce? (check at least...
Thank you for your amazing tool. I don't know are you still maintaining this project. I found it will make scrolling in vscode with trackpad slower than normal. Only in...
# Your PR Title (What it does) Fixes # (issue) ## Before submitting ## Who can review? Community members can review the PR once tests pass. Tag maintainers/contributors who might...
this is the list of supported languages. https://github.com/deepset-ai/haystack/blob/3e6def7e03097021c8efd1b5c277bec6e541c162/haystack/preprocessor/preprocessor.py#L17 Chinese is missing
Still don't understand how to use this. I get Syntax Error: expected BANG when I install and copy the example code. I am using tauri 2.0.0-alpha.20
看起来已经失效了
```js import AMapJS from "amap-js"; // or // import { AMapLoader, AMapUILoader, LocaLoader, ... } from 'amap-js'; // 创建AMapLoader const loader = new AMapJS.AMapLoader({ key: "您申请的高德Key值", version: "2.0", plugins: []...
https://swr.vercel.app/docs/arguments#passing-objects I am not sure about the two examples. Are they equal? ```js const { data: user } = useSWR(['/api/user', token], fetchWithToken) const { data: orders } = useSWR(user ?...