Eduard Bondarenko
Eduard Bondarenko
I have the same issue.
"Reduced" css: 
@snovity can you post the changes you did? Thx
Even if you don't change anything in hstore column, #save issue UPDATE ..... How to fix the bug?
here is `ssh -v output`: ``` → ssh -v -i insecure_key [email protected] OpenSSH_6.4, OpenSSL 1.0.1e-fips 11 Feb 2013 debug1: Reading configuration data /home/eduard/.ssh/config debug1: /home/eduard/.ssh/config line 1: Applying options for...
yes, I'm using Fedora 20. Disabling SElinux didn't help. snippets from ssh -vvvv ``` debug1: Trying private key: insecure_key debug1: read PEM private key done: type RSA debug3: sign_and_send_pubkey: RSA...
``` → docker version Client version: 1.1.2 Client API version: 1.13 Go version (client): go1.2.2 Git commit (client): d84a070/1.1.2 Server version: 1.1.2 Server API version: 1.13 Go version (server): go1.2.2...
``` → yum info docker-io Loaded plugins: langpacks, refresh-packagekit Installed Packages Name : docker-io Arch : x86_64 Version : 1.1.2 Release : 2.fc20 ```
I run the same commands, here is a patch comparing ssh -vvvv output: https://gist.github.com/edbond/fdaf0f82dbec799f3876
Read a https://github.com/JoanZapata/android-iconify/issues/64 I need such icon in top menu. Using code: ``` java menu.findItem(R.id.action_share).setIcon( new IconDrawable(this.getApplication(), FontAwesomeIcons.fa_share) .colorRes(R.color.white) .actionBarSize()); ```