Dmitrii D

Results 10 comments of Dmitrii D
trafficstars

Re: "https://www.jetbrains.com/help/idea/navigate-to-action.html": tool -> useful. Re: "You could also try this with IDEA instead of PhpStrom since I've only tested this with IDEA." Related to the PhpStorm Current status: no...

/home/admin/.vim/xkbswitch/xkbswitch.tr cat /home/admin/.vim/xkbswitch/xkbswitch.tr ru Russian winkeys layout < qwertyuiop[]asdfghjkl;'zxcvbnm,.`/QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM?~@#$^&| > йцукенгшщзхъфывапролджэячсмитьбюё.ЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ,Ё"№;:?/ de < yz-[];'/YZ{}:"?~@#^&*(_\ > zyßü+öä-ZYÜ*ÖÄ;:_°"§&/()?#

## Fedora 24 ``` $ uname -a Linux localhost.localdomain 4.7.7-200.fc24.x86_64 #1 SMP Sat Oct 8 00:21:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux $ java -version openjdk version "1.8.0_102" OpenJDK Runtime...

## Fix-solution of ant build failed (tested by fedora 24): short instruction: ``` export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.102-1.b14.fc24.x86_64 export MAVEN_HOME=~/Downloads/apache/maven/apache-maven-3.3.9 export ANT_HOME=~/Downloads/apache/ant/apache-ant-1.9.7 ls -la ~/Downloads/apache/maven/apache-maven-3.3.9 drwxrwxr-x 2 admin admin 4096 Oct 22 10:32...

### The issue: confirmed The reason: With the same credentials: ``` $companyInfo = $dataService->getCompanyInfo(); return json_encode($companyInfo, true); ``` worked properly But, ``` $OAuth2LoginHelper = $dataService->getOAuth2LoginHelper(); $accessTokenObj = $OAuth2LoginHelper->exchangeAuthorizationCodeForToken( self::QUICKBOOKS_AUTHORIZATION_CODE, self::QUICKBOOKS_REALM_ID...

Executed code: ``` $dataService = DataService::Configure(array( 'auth_mode' => 'oauth2', 'ClientID' => self::QUICKBOOKS_CLIENT_ID, 'ClientSecret' => self::QUICKBOOKS_CLIENT_SECRET, 'RedirectURI' => self::QUICKBOOKS_REDIRECT_URI, 'scope' => "com.intuit.quickbooks.accounting", 'baseUrl' => "Production" )); $OAuth2LoginHelper = $dataService->getOAuth2LoginHelper(); $accessTokenObj =...

Re : `I would still suggest checking the value for clientId that is being passed in the request.` ```clientID``` -> it's Ok. The reason: call: ```$dataService->getCompanyInfo()``` returns properly output Please...

@giusecapo i have installed like: 1) git clone https://github.com/adampmoss/foxseo2 /to/path 2) mkdir -p /magento2/app/code/Fox 3) cp -au /to/path /magento2/app/code/Fox/Seo

@adampmoss Dear Adam, when (~) you are planing the "first" release?

https://github.com/zendframework/zf1/blob/master/library/Zend/Locale.php