Results 7 issues of jia wei

My team has been using Deno for more than a year. But I found that the memory consumption in docker container is relatively large, which is more than twice that...

bug
perf

Fix: https://github.com/ztjhz/BetterChatGPT/issues/187 The file is now officially built and can be used, and an example is available at . These files can be downloaded, installed, and used. The existing code...

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

bug :beetle:
component/node-integration
status/confirmed
27-x-y
28-x-y
29-x-y

nodejs: ```js const express = require("express"); const app = express(); app.get('/', function (req, res) { res.write('hello\n'); setTimeout(() => { res.write('world'); res.end(); }, 5000); }); app.listen(3000); ``` When `curl http://localhost:3000`, it...

### What problem does this feature solve? At present, the search for `Rspress` only includes the core content section. I think it should be similar to `dumi`, where specific code...

💡 feature

I am developing a feature to dynamically monitor folder changes. There is a file similar to `. gitignore` that needs to determine whether it is ignored after the file adds....

```bash node -v v20.16.0 npm run build:lib > [email protected] build:lib > vite build -- lib vite v6.2.2 building for production... ✓ 129 modules transformed. dist/el-select-v2.css 2.21 kB │ gzip: 0.60...