Skip to content

Instantly share code, notes, and snippets.

View oguzoldev's full-sized avatar
🌎
Working from earth

oguz ol oguzoldev

🌎
Working from earth
View GitHub Profile
@oguzoldev
oguzoldev / eventmachine-v1.0.5-openssl-error.md
Created May 3, 2016 20:02
Eventmachine v1.0.5 OpenSSL Error

Eventmachine v1.0.5 OpenSSL Error

gem install eventmachine -v '1.0.5' -- --with-cppflags=-I/usr/local/opt/openssl/include
@oguzoldev
oguzoldev / puma-v2.11.3-openssl-error.md
Created May 3, 2016 20:01
Puma v2.11.3 OpenSSL Error

Puma v2.11.3 OpenSSL Error

gem install puma -v '2.11.3' -- --with-cppflags=-I/usr/local/opt/openssl/include
@oguzoldev
oguzoldev / atom-wrap-guide-hide.md
Last active May 3, 2016 20:34
Atom Wrap Guide Hide

Use Atom > Open Your Stylesheet to open the styles.less file in the editor, then add the following:

atom-text-editor::shadow {
    .wrap-guide {
        visibility: hidden;
    }
}