Michael

Results 15 comments of Michael

It is not a bug of asar after my 2 day digging. In my case, I use node-java.It throw flowing error: ``` Uncaught Error: %1 is not a valid Win32...

It is not a bug of asar after my 2 day digging. In my case, I use node-java.It throw flowing error: ``` Uncaught Error: %1 is not a valid Win32...

tks @BrianBland , > actually I did this: cd $HOME/Library/Caches/Homebrew tar xf delve-*.gz go into directory ( mine is delve-1.0.0-rc.1 ) sh scripts/gencert.sh it will asks for password, and you're...

`icon.js`文件的40行有一个find的使用 ``` if(Object.keys(deprecateValue).find(v=> v==value)){ deprecationWarning(`Icon ${value}`, `Icon ${deprecateValue[value]}`) value == deprecateValue[value]; } ```

@gchauvet tks u reply i try to change my validation from `{ meeting_register_begin:{ isRequired: false, isDate:true, not:/^$/ } }` to `meeting_register_begin:{ isRequired: false, isDate:true, notRegex:/^$/ }` but i still get...

官方客服回答: 商业版本可以用更好的模型+重点优化的文件解析+能针对用户数据优化定制模型,从而达到更高的准确率,同时有更稳定的性能,以及技术支持、备案号支持等。具体如下: (1)商业版可以针对用户数据优化,定制模型 (2)开源版为7B模型,商业版为34B模型,模型效果更好 (3)从解析切分逻辑文件方式不同,商业版本更好。针对pdf和markdown(表格部分)做更精细的优化。 (5)商业版支持知识10万以上个文件。 (6)并发数更多,性能更好,更稳定。 (7)有备案号支持,技术支持等