Chao-Ting, Chen

Results 5 issues of Chao-Ting, Chen

**Describe the bug** Basically, the markdown to block conversion first converts the markdown to HTML using rehype/remark, then parses that HTML into ProseMirror nodes and converts those to blocks. Seems...

bug
prio:mid

neovim version: ``` NVIM v0.10.0 Build type: Release LuaJIT 2.1.1713773202 ``` Just find out after upgrading to neovim version v0.10.0, the visual mode comment will break the indentation. Original code:...

Running README sample will occer this error: `"CallbackAPIVersion" is not exported from module "paho.mqtt.client"` It can be fixed by importing `CallbackAPIVersion` from `paho.mqtt.enums` ```diff +from paho.mqtt.enums import CallbackAPIVersion -mqttc =...

When using exyte/Chat package, the app will crash when flipping camera back and forth. ```swift ExyteChat.ChatView(messages: viewModel.messages, chatType: .conversation) { draft in viewModel.send(draft: draft) } .setAvailableInputs([.text, .media]) ``` iOS version:...