Nikita Savchenko

Results 19 issues of Nikita Savchenko

Hello! I've found that you have `tests/` excluded in `.npmignore` file, while [npm package indeed contains](https://zitros.github.io/npm-explorer/?p=sha.js) `test/` and `.travis.yml` files. This pull request fixes npm bundle. Thanks!

Hello! Adding a new token of a young project which is already present in the mainnet. Thanks for the review! Website: https://www.decash.com/ Whitepaper: https://www.decash.com/white-paper/decash-white-paper.pdf Facebook: https://www.facebook.com/decash.transparently.stable Instagram: https://www.instagram.com/decash_official/ Twitter: https://twitter.com/DeCash_...

invalid
pending community activity

[Original report](https://community.intersystems.com/post/backspace-webterminal). Need to confirm first that this is the client-side problem. ``` a s q=".......... guess [0..9]: " f i=1:1 d b if p w ! w $c(9),"thank you",!...

Because of some core blockers like #92 and WebTerminal's implementation basing on WebSockets, terminal commands for debugging and some of those: - PRINT – Displays lines of code from the...

enhancement

Action plan: - [ ] Set up build pipeline (GitHub actions) - [ ] Integrate open-source InterSystems Docker image for tests - [ ] Write back end tests - [...

enhancement

Issues #81 and #87 and possibly #77 are related. These special variables are not changing (or change incorrectly) in WebTerminal: `$ZA` `$ZB`. See the related issues to get more information....

enhancement
Help Wanted
Core Enhancement (blocker)
System

This discussion is open to anyone who use or know about WebTerminal project. It is a result of a long story of the project development, testing and maintaining. While WebTerminal...

enhancement
discussion
Help Wanted

Referring [this code](https://github.com/intersystems-community/webterminal/blob/43a3fa864458659c7944208d8326f3d36f8ba06e/src/cls/WebTerminal/Installer.cls#L172) and this error message as an example: ![image](https://user-images.githubusercontent.com/4989256/45424340-dd60d980-b69e-11e8-81b7-32cb67e485f4.png) @eduard93, could you please check and possibly fix this? People occasionally write to me regarding this thing.

Awaits Feedback

When there is a lot of text printed to the output, WebTerminal freezes until all the text is printed out. Example: ```C for i=1:1:1000 w $tr($j("",400)," ","@"),! ``` The normal...

enhancement

When typing some method name, it is useful sometimes to get suggestions over arguments passed to the method. It would be nice to introduce this functionality: ``` do ##class(%File).Create() ```...

enhancement