adarsh-ramakrishna-sfdc

Results 6 comments of adarsh-ramakrishna-sfdc

@vamshi-sfdc It might be the case of one of the tests taking a long time and connection getting dropped off. We introduced the cli option -max.test.execution.time.threshold to handle this. @ksiu...

Looks like Connected App setup issue and not an issue with argument provided by the user. @dieffrei Does this command `curl -v /services/oauth2/token -d "grant_type=password" -d "client_id=*CLIENT_ID_GOES_HERE*" -d "client_secret= *CLIENT_SECRET_GOES_HERE*"...

@TedHusted Great suggestion. We have this in our roadmap already. We are prioritizing addressing issues over to new features as of now. We will get to this request soon. We...

Sure Ted. We will share the roadmap doc in a couple of weeks from now..

@glang @pmedapuram @vamshi-sfdc Can two of you please review?

Implementing the 'true' regex support would require finding a way to honor the regex patterns in the soql queries along with using the matching logic as mentioned by @tfuda ....