David Lee

Results 35 comments of David Lee

The workaround of using `require` doesn't work for me because I get the following error: ``` Cannot find name 'require'. ```

Sweet! When's Ratchet v2 expected to drop?

I refrained from referring to the Zurb implementation because the Zurb implementation doesn't have swipe/finger tracking (i.e. you can't slowly drag the navigation drawer out from the edge of the...

@romanbsd It's on the latest Android. Maybe you have an older Android or iOS?

For example, in nginx, you can proxy requests to the same domain to different upstream servers depending on URL path: ``` nginx location / { location ~ /api { proxy_pass...

Sorry, I should have been more clear: https://developer.mozilla.org/en-US/docs/Web/API/range

Thank you for the update. Do you have an estimated timeline for the updated dataset?

The icons looks good to me in version 2.0.4.

For now, my workaround is to manually add each volume to the sidebar's DEVICES section.

For now, I've added this to the top of the routes as a workaround: ``` ruby if Rails.env.development? || Rails.env.test? mount ::Evergreen::Application => "/evergreen" end ```