Bao Zhang

Results 10 issues of Bao Zhang

**Is your feature request related to a problem? Please describe.** I deep use `auto-session` for a long time, this is an convenient plugin in moust time, a little touble is...

enhancement

```python @magics_class class SimpleGPTMagics(Magics): api_type = Unicode("openai", help="The type of api that will be used to query the models").tag(config=True) ``` [pyright](https://microsoft.github.io/pyright/) report ``` Diagnostics: 1. Argument of type "Literal['openai']" cannot...

Fix https://github.com/nvim-neotest/neotest-plenary/issues/20

Here is a test case modified from https://github.com/nvim-lua/plenary.nvim/blob/master/TESTS_README.md, it is expected failed after 10 seconds ```lua describe("test", function() it("async", function() local co = coroutine.running() vim.defer_fn(function() assert(false, "should error") coroutine.resume(co) end,...

Regarding to https://github.com/AckslD/nvim-FeMaco.lua/issues/29 * Call `vim.loop.fs_unlink` to clean temp file. * Add little description for `create_tmp_filepath`

# Configure * `rpc_client` is deprecating, use `mode`

## Features * Nested test support: (describe>describe>test) #32 * Vanilla function, `functio(){}` test implement #33 * Add unittest for parse `json reporter's result` to `neotest Tree` * Rename `init.vim` to...

I am the maintainer of `Neopyter`, I can't receive email notification when you open issue, so please @me let me known

**Description** #### `ArrayMetaField` Standard properties: * length * push() * pop() * ... Editor related properties: * maxLength * fixeLength * minLength #### ArrayMetaFieldView ``` const TYPE_MAP = new Map([...

b-enhancement

# Background * `Enter-tainer/typst-preview` have been archived and consolidated into [tinymist](https://github.com/Myriad-Dreamin/tinymist) * Some flags be deprecated/removed, e.g. `--static-file-host` is deprecated # I already read... * https://github.com/chomosuke/typst-preview.nvim/pull/34 * `README.md` * https://enter-tainer.github.io/typst-preview/standalone.html...