not_today

Results 9 comments of not_today

Really wish this feature gets added in next release. To that end, any suggestions/comments to code implementation are welcome, I will try my best to cater them,

Hi @wdoekes , could you please take a look at this PR when you find some time and offer your suggestions, if any? I am new to github community, so...

Thankyou @wdoekes for your suggestions, I have added support for `~/someuser/blah`, `~someuser/blah` and `~someuser` cases and tested them. Please let me know if you have any suggestions/inputs.

Sorry for inactivity, I have applied the changes you suggested, and will verify the them over the different cases you mentioned tomorrow

Hi, have verified the new changes, for the mentioned 3 cases. I tried to reproduce and debug the regression test failures of github-#0259 and github-#0196, but weirdly they don't happen...

Hi @hagbard-c Just add this in any scenario: ``` ``` Basically, in source code the variable value assignment to pause variable is hard-coded to double(`getDouble()`). I added a check just...

Another work around is to add this "todouble" action after assigning a variable using regexp to convert it into a numerical context ``` ```

Hi, apologies for inactivity. I have fixed the regression test failures.

Hi @orgads could you please review the updated diff when you get some time. Thankyou.