Romuald Quantin
Romuald Quantin
In the log it says: ``` Waiting for agents to connect at http://192.168.1.172:9000 ``` Shouldn't it say this? ``` Waiting for agents to connect at http://NAME.pagekite.me ```
I see, but after 5-10 min I guess it is not going to connect. If the VM are trying to connect to "http://192.168.1.172:9000" ``` Waiting for agents to connect at...
Make sense and that's not blocking! Are you making the v3 easily portable for me? ;) Merry Christmas then ;)
Currently using `1.15.0.pre.rc`, I'm also getting a lot of `RETRY - Octokit::AbuseDetected`. The `--max-issues` parameters seems to have no effect at all. ``` bundle exec github_changelog_generator \ -u $ORG -p...
FYI, it works in Gitpod, I just had to add `POSTGRES_HOST_AUTH_METHOD=trust` in the docker compose file or I had an error: https://github.com/soundstep/astuto/commit/cef2703d821089e36c5dd389d096576837a672da
The proper way of getting your singleton instance is: ``` myAppNameSpace.injector.getValue('instanceName'); ``` As for the mediators, you can't get them because they are not stored anywhere. They are instantiated and...
I need this to be fixed as well. What's the state for that PR? Are you considering it? Is it been looked at? Status update please ;) Cheers.
Got that too today
I think I'm having the same issue. I have a `runner.js` that requires the javascript spec files like this: ``` require(arrayOfFiles, function() { mocha.run(); ``` Everything is working correctly with...