cqh
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.  3. insert between **34** with composing **aa** 4.  cursor data received by another user 
😀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 
### Overwriting is work for me.    --- ### 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 中。属于开发依赖。(和本主题无关)
  I tried use jsx with vite. Change **jsxImportSource** to the custom package. It works fine.