Results 7 issues of 方糖

**What is your use-case and why do you need this feature?** Notice the lack of information about this library in Chinese. I want to translate English documents into Chinese. I...

feature

Change the http request to be executed in threadPool , and use the data to highlight in EDT thread.

打开程序时会弹出一个命令行,不美观。另外,烤肉机主程序左上角没有正确显示图标(反而命令行那显示出来了)。可能是封装时参数设置的问题?虽然不影响使用,但还是希望可以修改一下。

Fixes https://github.com/intellij-rust/intellij-rust/issues/9379. changelog: Current regex will inclued "&gt" in the end of url. I replace ">" with ">" before regex, so that regex to exclude it. I add multiResolve method...

fix

#650 This pr still incomplete, some functions are hard to type, like `LpVariable.matrix` and `LpVariable.dicts`. And lots of usage of `cast` and `# type: ignore` to adapt old code base...

# 当前支持情况 Android 版本当前不未支持 passkey iOS 版本可以显示使用 passkey 登录的选项,但按下后无法像 safari 一样正常打开认证界面 # 已有 passkey 支持的浏览器 以下数据来源于 [passkeys.io](https://www.passkeys.io/compatible-devices) ## Android Chrome、Edge、Firefox、Samsung Internet、Bravo 其中除了 Firefox,均使用了 chromium 内核 ## iOS Safari、Chrome、Brave、Edge、Firefox 由于苹果的政策限制,iOS 上的所有第三方浏览器均使用...

note that there two diffrent overloads of progress method. ```typescript /** * Add an event listener which triggers when data receiving from server. */ progress(callback: (received: string, total: string) =>...