Akash Kava
Akash Kava
Few more examples, ```javascript import { Language } from "@nlpjs/language" const lang = new Language(); const text = 'What is your name?' console.log(text, lang.guess(text).filter((x, i) => i< 3).map((x) => [x.language,...
@BenjaminAster There is no 1.9.1 in npm, https://www.npmjs.com/package/psl?activeTab=versions history shows last published version was 1.9.0.
@BenjaminAster Sorry, I thought you were the author. I checked the builds and last build has failed and I hope authors publish. However I checked tough-cookie, they have pre release...
Its too complicated to build and use plugin, I have moved on from less to postcss, I no longer need this.
We will go for ## Stage 1 JS to C# ## Stage 2 JS to dll.
This seems to be working correctly. This wasn't the blocking issue, the script was blocked by some other third party script. It just took long time to figure out due...
@MSNev 1. Updated AI script to load from recent CDN. Still the same issue. 2. I am not sure of the loading error, but when debug in Safari, any other...
I think I found the issue, I keep on scrolling up and it looks like in slow speed, logs take time to download, so partial log is displayed if new...
This is the log in the chrome debugger tools network pane, This is when logs load. This is when I scroll up. This is when I scroll up again. Do...
1. Logs are missing from every container, in fact, many times we noticed that some logs are missing and we assumed that we have bug in our code and we...