Results 10 issues of Yun Hao

Once connected, I received the following error under "Operations" and "Profilling" (might be more) ``` error parsing uri: must have a / before the query ? ``` From the devtools...

In the `New Connection` modal, ``` mongodb://username:password@mongo:27017 ``` gives me ``` server selection error: server selection timeout, current topology: { Type: ReplicaSetNoPrimary, Servers: [{ Addr: localhost:27017, Type: Unknown, Last error:...

I was trying to use `tsmft`: ``` let g:neoformat_enabled_typescript = ['tsfmt'] let g:neoformat_verbose = 1 ``` I got the following error: ``` Neoformat: ./node_modules/.bin/tsfmt --replace --baseDir=src 2> Neoformat: using tmp...

**Describe the bug** I have a markdown file with file name in CJK characters. The generated html has name `������.html`. Also in terminal, ``` [Debug#WS.Client.01] ~~> Identity (Identity (Identity R[LMLType...

documentation
question
unicode

Will it support Vue? Or can you add examples on how to use the web component in Vue?

## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...

I am not sure if this is an issue on the language server side or on the neovim side (https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/racket_langserver.lua). I am using this language server with neovim. Everytime the...

https://github.com/formkit/drag-and-drop/blob/d23853bfe84c7c52bdb372364550362e51af0517/docs/examples/introduction/introduction.ts#L10 should all examples like this be replaced by a "dynamic expression" according to https://www.arrow-js.com/docs/#templates. Otherwise, the html is "static".

documentation

### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md). - [x] Read the [Pull Request Guidelines](https://github.com/vueuse/vueuse/blob/main/packages/guidelines.md). - [x] Check that there...

enhancement
size:M

### Clear and concise description of the problem https://github.com/vueuse/vueuse/blob/efd507956638328bb74b584712ebb78ed3590112/packages/core/useFetch/index.ts#L75-L88 The type `T & PromiseLike` appears repeatedly. ### Suggested solution It might be good to have ``` type ToBeNamedType = T...

enhancement