Brendan Dash

Results 13 issues of Brendan Dash

https://github.com/youngyangyang04/leetcode-master/blob/563cd8255131f735472949b54bf07d2aa13894d5/problems/%E5%89%8D%E5%BA%8F/vim.md?plain=1#L66 这里的“安防”是错别字吗?

### Describe the bug I get an error, because the node 14 doesn't have built-in `node:timers/promises` related issues https://github.com/antfu/ni/issues/192 ```bash internal/process/esm_loader.js:74 internalBinding('errors').triggerUncaughtException( ^ Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises...

pr welcome

类似于 VueUse 的 [useManualRefHistory](https://vueuse.org/core/useManualRefHistory/) 我用已有的 [useHistoryTravel](https://ahooks.js.org/zh-CN/hooks/use-history-travel) 简单实现了一下 ```ts import { useHistoryTravel } from "ahooks"; import { useEffect, useMemo, useState } from "react"; const useManualHistoryTravel = (initialValue: T) => { const...

feature

[[中文版模板 / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ] Demo...

## Summary remove extra space for `package.json` ## How did you test this change? This is a code style change

CLA Signed

## Types of changes - [ ] New feature - [x] Bug fix - [ ] Enhancement - [ ] Documentation change - [ ] Coding style change - [...

### Describe the bug Feed failed to parse [rss link](https://koala-hacker-news.netlify.app/feed.xml) repo https://github.com/Debbl/koala-hacker-news/blob/main/src/app/feed.xml/route.ts one suggestion is whether the error message here could be a little more detailed. ### Feed Info Feed...

**Describe the bug** Parameter error for useInView root example https://www.framer.com/motion/use-in-view/###root the root should be at second parameter ```diff function Carousel() { const container = useRef(null) const ref = useRef(null) -...

bug

I noticed that this repository is quite large when cloning, and I found that the `.yarn/cache` directory is committed to git.