Cyan

Results 46 issues of Cyan

### Greetings _No response_ ### Feature Request Support ShadowTLS (may be as a Shadowsocks plugin) https://github.com/ihciah/shadow-tls?tab=readme-ov-file#how-it-works ### Use Cases Better disguise when using shadowsocks. ### Potential Benefits Defending against traffic...

topic/feature

**简述** 将子插件上下文销毁将导致上层上下文对应的 loader entry 被 disable **复现** ```js // index.js export default (ctx) => { const scope = ctx.plugin(() => { /* do something */ }) scope.dispose() } ``` **输出**...

### Pain Point CurseForge has a bad UI for a long time. > CurseForge 的 UI 不是很令人愉悦 And you have to wait for 5 whole seconds before download anything. >...

suggestion

### What problem does this feature solve? Incremental build reduce the build time by reusing the result from previous build. Persist the build state in disk and only build updated...

feat

close https://github.com/denoland/deno/issues/10244 Support Named Pipes via `Deno.pipe` ![](https://media.discordapp.net/attachments/684911491035430919/1372512074546020403/image.png?ex=68270afa&is=6825b97a&hm=e94dea21dbc205cc6165685961be1c5b763a03723d99dbe55699cc67e4583c60&=&format=webp&quality=lossless&width=1896&height=1175) ### todos - [x] verify if work in windows (I have no Windows dev machine rn) - [ ] update `deno_node` to...

ci-draft

make `deno_console` `formatRaw` work after delete/patching globalThis ## Before Tested with patches in https://github.com/denoland/deno/pull/29163 ![image](https://github.com/user-attachments/assets/f16dd6cc-dae0-4733-8b27-0bef12e44d27) ![image](https://github.com/user-attachments/assets/f391f87b-2a2a-4d7b-8751-5dd4ce9b3aae) ## After Tested with patches in https://github.com/denoland/deno/pull/29163 ![image](https://github.com/user-attachments/assets/a5b3da47-302c-4606-a0f7-ce2197abc5d6) ![image](https://github.com/user-attachments/assets/aad1b9a1-6eb2-4ee9-90c0-d5f3ceba9008)

**Is your feature request related to a problem? Please describe.** In an event emitter, I want to replace the handler to throw an error, to verify if the emitter can...

testing
suggestion

Defintions here: https://github.com/CyanChanges/pastebin_but_github/blob/163d015645f6ef71a2ebd43abd18d91e2d6e9663/avsc_1.ts trying to serialize with `toBuffer()` ```ts ObjectSchema.toBuffer({ "downloads": { "lastMonth": 124 }, "dependents": 0, "category": "other", "createdAt": "2022-03-16T09:45:31.652Z", "updatedAt": "2022-05-07T11:11:38.682Z", "updated": "2022-05-07T11:11:38.682Z", "verified": false, "insecure": false, "portable":...

### What is the feature you are proposing? Allow you to also update/delete routes. ## Reason No need to restart the whole server/app to change a single route. No need...

enhancement

I am trying to use deno_core in a `cdylib` crate ![Image](https://github.com/user-attachments/assets/c09b0846-9ff3-47b7-904d-ee560bc8a790) After setting the `relocation-model` to `pic` in rustflags (environment variable `RUSTFLAGS="-Crelocation-model=pic"`) previous errors are gone, but now I got:...