Milly
Milly
`createAsyncFromSyncIterator(x)` which is used in `ReadableStream.from()` expects `x` as `Iterable` but, previous implements specify `Iterator` or `IterableIterator`. If it was `IterableIterator`, it would work, but if it was `Iterator`, an...
After #335 is merged. - [ ] Update `Entrypoint` in [denops-core](https://github.com/vim-denops/deno-denops-core). - [ ] Remove *denops\@denops-private\plugin.ts* module from `$.test.exclude` in *deno.jsonc*. - [ ] Remove *denops\@denops-private\plugin.ts* module. - [ ]...
### Describe the bug Related #267. "local to tab page" options has `getBuffer()` method. There is also `getWindow()` etc. methods. ```ts import { cmdheight } from "jsr:@denops/std/option"; declare const denops:...
- [ ] Panicking on a non-existent version is a bug. Should be fixed to just warn it gracefully. _Originally posted by @hasundue in https://github.com/hasundue/molt/issues/231#issuecomment-2306111120_
- [ ] I'm positive to add `exclude` option and input to the CLI and the action respectively. _Originally posted by @hasundue in https://github.com/hasundue/molt/issues/231#issuecomment-2306111120_
`@molt/action` In github action in [Denops.vim (eb9ef6a)](https://github.com/vim-denops/denops.vim/tree/eb9ef6a6a43475f9a2b3cdfa682aa6887169a50c): https://github.com/vim-denops/denops.vim/actions/runs/10436394656/job/28901411214#step:3:480 ``` deno run --allow-env --allow-read --allow-write --allow-net --allow-run=deno,git --no-prompt --unstable-kv jsr:@molt/[email protected] ... Error: multiple bump targets for jsr:@std/async ``` Also, when running...
- For each option, `set`, `setlocal`, and `setglobal` are all tested. - Generates conditions such as `global-local` and `local-noglobal` from `runtime/doc/options.txt`. - Create a `Test_opt_set_{fullname}` for each option instead of...
Fixes #4324. Related #13893.
To ensure that the `shell` settings are restored even if the `system` command fails. I need this change because `system` failed in fact, but the reason for the failure is...
Problem: OpenAI LLM sends chunks with one character at a time Solution: Buffering to reduce redraws