cqh

Results 40 comments of cqh

I have create a project with y-prosemirror. It use vincentdchan:feat/ime branch. It has some problem. While delete a some content. The user is under composing, cursor comes wrong. I have...

1. type **123456** 2. ![image](https://user-images.githubusercontent.com/17702287/187013906-c962cda6-dded-4008-a829-3dc991cef83e.png) 3. insert between **34** with composing **aa** 4. ![image](https://user-images.githubusercontent.com/17702287/187013895-a1e46d77-9117-49ba-9d46-878e5323a017.png) cursor data received by another user ![3baeb6547606f644f94dc097a46d0f4](https://user-images.githubusercontent.com/17702287/187013949-4c1eed90-6155-47fa-8b6d-853fbeb293f0.png)

😀I have implement a custom provider based on socket.io. While composing, I make sync suspense. Just like disconnect. After composing, I send a sync message. It works fine. You can...

I'm in favor of enum. --- I meet a problem in this way. ``` export type Color = 'Red' | 'Blue' export const Color: { Red: 'Red', Blue: 'Blue', }...

Even if I start the desktop environment, it still report an error ![image](https://user-images.githubusercontent.com/17702287/107357308-de66f100-6b0c-11eb-8927-cee470453bf0.png)

### Overwriting is work for me. ![image](https://user-images.githubusercontent.com/17702287/190963318-41025438-ec11-4857-9a9c-e3196d68e8a3.png) ![image](https://user-images.githubusercontent.com/17702287/190963500-a5ccd22f-eb26-4085-b789-2e49474211ec.png) ![image](https://user-images.githubusercontent.com/17702287/190963419-afd11ec7-58a1-4350-bc43-20a0b28105a8.png) --- ### Personal Opinion. I don't want use a `useLooseSnapshot` alias. Because the data is the same, but the constraints are...

Hi I am new to tailwindcss-classnames. I meet the same problem. Here is my solution. Starting with typescript 4.1 We can define a type that would validate the string without...

I just came to pixijs-react. I'm interested in supporting pixijs v8. I found that pixijs-react uses react-reconciler. This is a bit complicated for me, can someone explain it? --- I...

[ "@next/bundle-analyzer": "^12.3.1",](https://github.com/HelloGitHub-Team/geese/blob/6b82b62323fedfa0996282bd42b1532d29692fb4/package.json#LL27C10-L27C10) 这一行移动到 devDependencies 中。属于开发依赖。(和本主题无关)

![image](https://github.com/vanjs-org/van/assets/17702287/40c43c11-c951-4bde-9a51-65c1c52fb315) ![jsx-van](https://github.com/vanjs-org/van/assets/17702287/c651c01f-b56b-418b-a3ba-6b2d7e4a89e0) I tried use jsx with vite. Change **jsxImportSource** to the custom package. It works fine.