Steen Schütt
Steen Schütt
As long as your script takes a little bit to run, you can easily dump the code with something like this: `./shctest.bin & PID=$!; sleep 0.2; ps -wwq $PID -o...
I had this problem too. I closed the transaction window, went to set the sync mode to light, started the wallet again and then it worked.
Looks like the tests are good. Just wanted to add that this is what the matches with the 1.3.3 regex look like in regex101: 
The README just says to run `phpunit`, but I'm getting some namespace errors. I don't have much experience using phpunit, so I'm not entirely sure where these things are supposed...
Ah yes. `composer phpunit` seems to work, but using a globally installed phpunit and the one in vendor/bin didn't :+1:
Oh boy, I forgot how recent that PHP change allowing for trailing commas was. Any ideas on how to handle this? I can at least say that the test fails...
Haven't had the time to take a proper look at the tests to do it right (vacations and deadlines :+1:). If someone else wants to do it, that'd be great....
I am seeing this as well. It appears to happen in lots of different situations where a proper error message would have been helpful. In my case the error is...
@tonypowa What I'm describing is a known limitation: https://github.com/grafana/grafana/issues/15642 I am just suggesting a way for the asker to find more information on the issue, as I found this one...
I just bumped into this as well. I think it would be great to at least mention this under the "Returning data" part of the readme. Don't mind the limitation,...