Ildar Shaynurov

Results 8 issues of Ildar Shaynurov

There is `encoder_options` in `CarrierWave::Video:: FfmpegOptions` which is hardcoded to `{ preserve_aspect_ratio: :width }`. But I want to set video size by height nad so I should change this to...

I'm trying to use DownloadStation `createTask` method but can't manage how to send file. Do you have any example? Is it supported?

enhancement

If I send in my application email to address which contain utf-8 symbols ("antoinette.cormier@oconnell.рф"), then `open_email("antoinette.cormier@oconnell.рф")` returns `nil`. It's because `email.to` in `email/dsl.rb:23` returns this address encoded as `"=?UTF-8?B?YW50b2luZXR0ZS5jb3JtaWVyQG9jb25uZWxsLtGA0YQ=?="` referenced...

I fill all states with a color including DC but DC stays gray ```js AK: {fill: "#B5C460"} AL: {fill: "#B5C460"} AR: {fill: "#B5C460"} AZ: {fill: "#B5C460"} CA: {fill: "#B5C460"} CO:...

I use carrierwave_video gem to process uploaded video and carrierwave_backgrounder to make it in background using delayed_job. I want to know about video converting progress and carrierwave_video have a callback...

I use `bootstrap-sass` gem because I like to use variable and mixins form it: ``` ruby gem 'bootstrap-sass' ``` I've installed `bootstrap-multiselect` library form rails-assets: ``` ruby gem 'rails-assets-bootstrap-multiselect'` ```...

question

How I can set value via JS. I need to copy value from one field to another. There is almost none any documentation about JS part and it's not clear...

Is there any way to install specified version of postgresql (which are not in default repository)?