Kingller Tang
Kingller Tang
Hi, When I use it with prefix ( such as `$ 20`) in the input, then input `1` with Microsoft Pinyin input method in Chinese mode, `$ 11` appears in...
[https://github.com/nosir/cleave.js/issues/656](https://github.com/nosir/cleave.js/issues/656)
Hi, 升级react至16.9.0后,出现如下警告,建议修改 ``` backend.js:6 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move code with side effects to componentDidMount, and set initial...
Hi, ``` import BraftEditor, { EditorState, DraftEditorProps } from 'braft-editor'; import Table from 'braft-extensions/dist/table'; import 'braft-extensions/dist/table.css'; ``` 我使用braft-extensions中的table,全选table中的内容,设置靠左对齐,富文本框崩溃  报错如下 ``` Uncaught TypeError: Cannot read property 'key' of undefined at...
# Bug report **What is the current behavior?** Unable to set target for Web Workers ``` new Worker(new URL('./worker.js', import.meta.url)); ``` My worker uses the package named `decode-named-character-reference`, the package...
Hi, I cannot find the typescript defined file. Does it support typescript?
RSA_PKCS1_PADDING is not supported since node 18.20, this code add encryptOAEP to support encrypt text with padding: RSA_PKCS1_OAEP_PADDING and oaepHash: sha256 Encrypt with the public key: ``` var encrypt =...
Hi, RSA_PKCS1_PADDING is not supported since node 18.20, I added the code `encryptOAEP` to support encrypting text with padding: RSA_PKCS1_OAEP_PADDING and oaepHash: sha256. Please take a look at the pull...