Alex

Results 951 comments of Alex

There will be a 2.0.0 version eventually, but not right now. There is a list of things, that needs to be taken care of before releasing.

> 1. not directly. i was about to make changes, but noticed `is_null` in place I see. > 2. i don't use the tool. shouldn't travis complain on this? It's...

Maybe can combine all CS fixes into single PR? I've just updated `composer.json` and `composer.lock` to ensure that used CS is compatible with latest PHP_CodeSniffer version. PHP_CodeSniffer also does support...

The http://jmsyst.com/bundles/JMSI18nRoutingBundle/master/cookbook/language_switcher page is still empty.

The Behat uses the Symfony Translator as well: http://symfony.com/doc/current/components/translation/introduction.html It's done like this in there: - all translations are in one file: https://github.com/Behat/Behat/blob/master/i18n.php - the translator is created like so:...

I've just tried to use `REST API Browser` inside JIRA with `lead` as `expand` parameter value and still getting same `expand: description,lead,url,projectKeys` back for all returned projects. This is definitely...

Maybe I'm getting what I ask to be expanded, but the `expand` parameter value of returned project record doesn't match what I've specified in the API call. Maybe some project...

For example in issues I can expand any fields I like, but in projects this has no effect even if `expand` parameter is present in API.

@chippyash , this is a different topic `expand in search for issues`, but here we're talking about `expand in search for projects`. You're welcome to create PR to allow specifying...

@humpataa , ### Questions: 1. what driver are you using? 2. what is the HTML of the `startSearch` button and the actual `form` tag of it? ### Recommendations: 1. I...