Nishant Bansal

Results 5 comments of Nishant Bansal

Hey @fisherxu, What I understand is that there are some redundant functions inside `tests/scripts/`. We need to move these functions to a `common.sh` script file and update the respective main...

How to test if my changes are not breaking other part of the code? Should I run these commands - ~~~ make check-react-app make react-app-test ~~~ Or Anything else?

Hey @fisherxu, can you specify which config fields to add to the helm's value? Should I add all these(https://github.com/kubeedge/kubeedge/pull/3614#issuecomment-1039144822) configurations?

Hey @cwhite911 @wenzeslaus , has JSON support been added to all the required modules, or are there still some modules left that need JSON support? If so, please let me...

So what should we do - should we change the error message in lpython to something like this? `syntax error: Token '__BEEF' is unexpected here (invalid hexadecimal literal)` Also, I...