killa

Results 8 issues of killa

##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] commit message follows commit guidelines ##### Affected core subsystem(s) ##### Description of change

impl idempotent save for task Refs: - https://github.com/cnpm/cnpmcore/issues/282

Refs: - https://github.com/cnpm/cnpmcore/issues/282 - https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md

# api 文档 https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md # hooks 流程 ```mermaid graph TD; change[触发变更记录]--> create_hook_task[创建 hooks 执行任务]; create_hook_task --> scope_hooks[按照 scope 遍历订阅记录]; scope_hooks --> create_push_task[创建 hooks 推送任务]; create_hook_task --> name_hooks[按照 name 遍历订阅记录]; name_hooks...

enhancement

Fixes: https://github.com/nodejs/node/issues/47948

fs
needs-ci

Support custom ModuleConfigUtil implementation. ##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [ ] documentation is changed or added - [x] commit message...

## What is fuse-t? https://www.fuse-t.org/ Fuse-t is a completely user-space implementation based on the NFS protocol. It does not require disabling various security measures on macOS during installation and does...

## Summary by CodeRabbit * **New Features** * Added new fetch functionality to the application core, allowing for HTTP requests to be made directly from the core interface.