zot24
zot24
It's there a PR for these fix already?
How this have been addressed? It's fails for me and I'm in the 2.1.5 Codeception version. Do we need to have both fixes? https://github.com/tankist/PHPCI/commit/ef21502e99893779f5b56cb281186ca210230918 and https://github.com/Codeception/Codeception/pull/1973? if so why this...
Just for the record my issue here was similar but not the same: ``` Exception: Notice: Undefined index: class in /Users/zot/Desktop/phpci/PHPCI/Plugin/Util/TestResultParsers/Codeception.php line 67 ``` Because there is not `class` on...
in the mean time and for whoever else encounter this problem, what I did to fix it was to change the line https://github.com/jmfernandes/robin_stocks/blob/8ffc27f91baa6dcf692d33628871e0867a49e3be/robin_stocks/robinhood/helper.py#L304 to looks like ```python res = SESSION.get(nextData['next'].replace('/public',...
I just wanted to highlight a section on one of the links shared in a comment above from @eldada which I think it's key to understand the implications of the...
As extra information in case that helps anyone, I have just learned the following while checking this PR: We can't use as a base and minimal image [scratch](https://hub.docker.com/_/scratch) here because...
I'll try to format all my code using [CakePHP CodeSniffer](https://github.com/cakephp/cakephp-codesniffer)
Cool mate! I'm just creating more and more methods for the REST API like `payment` with and without creditcard, `get stored credit card` and more. I'll push it on my...