Baptiste Gaillard
Baptiste Gaillard
Hi, for those who want a workaround here is how I fixed it (I did not tried to understand the source code and only wanted to make the error disappear)....
> The alternative is to include autoload-dev no matter what. Hi, as the Composer Eclipse Plugin is mostly used for development IMO it would be great to include `autoload-dev` paths...
@gossi :+1: ok great, thanks for your reactivity on this !
Hi @codeodor, we worked on this a long time ago. After looking our project it seems we simply did not use URI template parameters. We document parameters but without URL...
Hi, we encounter the same problem, the first time our task is run everything its ok, but each time we modify an underscore template file we get the following output...
Hi, I follow the guide provided here to create an Access Token. https://confluence.atlassian.com/display/BITBUCKET/OAuth+on+Bitbucket At the end of the guide (Step 4. Request an Access Token) the last request returns something...
Hi @cassianoleal, thanks for you quick response. I tried with `:token => 'oauth_token_secret=XXXX&oauth_token=YYYY'` but encounter the same 403 error code.
Hi @mariomarin, sadly I did not found any solution for this, let me know if you find a workaround.
Hi @adrienbrault, I'm not sure I understand exactly what you mean ... "as an expression variable for the route parameters". Could you give a code sample ? > Though I'm...
Hi and sorry to respond so late ! I understand the use of an expression variable but where this expression variable would be added, inside the `Route` annotation ? If...