Sudhan
Sudhan
Cloned the repo locally Ran cmd npm install. Ran cmd npm start Browser opens to url 127.0.0.1:8081 With error message This page isn't working 127.0.0.1 sent a invalid response ERR_INVALID_REDIRECT
added auto-scroll right themed scrollbar  Fixes #53
The context behavior doesn't seem to work the way its described in the documentation below code is given as example for inplementing context in the Doc ```node const { NlpManager,...
Passing optional parameter id string doesn't seem to create an id or any noticeable effect on inspection. Am I missing something?
Encountering lot of no attribute error due to deprecated apis.
1. Did '''npm install''' 1. Tried running '''gulp ''' **Got the following error** ``` [21:03:57] Requiring external module babel-register assert.js:341 throw err; ^ AssertionError [ERR_ASSERTION]: Task function must be specified...
The dev dependencies now includes esbuild that is used in the "serve" script. ` "devDependencies": { "esbuild": "^0.24.0" } `
jwt.decode needs key "algorithms" not "algorithm" to work refer https://pyjwt.readthedocs.io/en/stable/