Pratyush Kumar
Pratyush Kumar
Hello, I am a first time contributor and interested in making a change to resolve this issue. Can I take this up? Thanks
Thanks @authorjapps ! I was thinking that the Scenario path gets resolved in the function `public static String readJsonAsString(String scenarioFile)` in this file: https://github.com/authorjapps/zerocode/blob/master/core/src/main/java/org/jsmart/zerocode/core/utils/SmartUtils.java So I can modify the readJsonAsString...
Thanks @nirmalchandra. I double checked and did not found this relative path feature implemented already like the abs path, and the String pwd = System.getProperty("user.dir"); command should work for all...
Thanks @nirmalchandra. However, I don't see any comments in my PR (https://github.com/authorjapps/zerocode/pull/727) and it only says "Review Required" or "1 workflow awaiting approval" like in the screenshot below. Could you...
Hello @yegor256 , I am a new open source contributor and interested in helping to resolve this issue. Can I take this up?
Hi, I am working on this issue and was thinking that we can add a `shifted` function by leveraging the existing `slice` function and adding the following piece of code...
Thank you @yegor256 ! I have opened PR https://github.com/objectionary/eo/pull/4596. I think the case of `shift` being greater than the list size is already taken care by the `slice` function, and...