Results 7 comments of Artem

Thank you, now the simulation is working.

when you authorized app you got in your console: `access_token: "something"` `access_token_secret: "something"` `user_id: "something"` You need to write in your .bashrc or .zshrc `export APP_KEY=look at your dropbox app...

your **carrierwave.rb** will look like `CarrierWave.configure do |config|` `config.dropbox_app_key = ENV["APP_KEY"]` `config.dropbox_app_secret = ENV["APP_SECRET"]` `config.dropbox_access_token = ENV["ACCESS_TOKEN"]` `config.dropbox_access_token_secret = ENV["ACCESS_TOKEN_SECRET"]` `config.dropbox_user_id = ENV["USER_ID"]` `config.dropbox_access_type = "app_folder"` if you Choose the...

It's not markdown compiler. Before you need to install [that gem](https://github.com/vmg/redcarpet) for example

> Try `_hyperscript.processNode(theNewElement)` -- it's a part of the public API, but it's not conveniently documented. That should let hyperscript know about your new elements Thank you! It works. New...

I am wondering too. In photoshop you can open PSD mockup and find there smart object. Then you double click that smart object, open in new window, replace image, save...

@PhoenixCODE2322 could you share what vibrancy settings you use? I use Opacity: 0.1 Theme: defaul dark Type: auto and can't get blur effect like on your screenshot, only a little...