LIU HANCHENG

Results 24 comments of LIU HANCHENG

I think even we enable the users to custom the `minWordSizeForxTypos`, this problem can not be fully fixed. The reason is one character typo may lead to different LAC(Lexical Analysis...

Do we have any plans to support this feature? I am willing to contribute something but I am not sure whether the PR is welcomed here or not.

I have encountered this problem too. I do not think this is a bug. But it is nice to write some documents to warn people who want to `COPY` UUID...

> @marko1010 I'm having the same problem. Have you been able to solve it? cc/ @mcollina @oitozero A quick fix: creating a global `index.d.ts` and using type augmentation ``` declare...

> > I think we need to wait for the developer to add the missing type to the type definition. > > The types exist, and most of the issues...

I wrote a draft [PR](https://github.com/tauri-apps/tao/pull/608) that tries to solve this issue. Since we already have the `available_monitors` method, a simple way to achieve `monitor::from_point` is by enumerating all the available...

It seems that this feature is similar to https://github.com/ory/kratos/pull/2033.

It seems that the Passwordless SMS code flow is quite similar to #3378, especially with the help of the `courier` layer. Both the SMS and the Email need to send...

I guess that the problem here is that you are trying to invoke `x.Free()` manually. Actually, I add this line in order to make the golang GC to manage the...