Amir Tocker
Amir Tocker
@owenallenaz @danbriggs5 I agree we should use callback xor promise. Unfortunately it will be a breaking change. We'll fix it in the next major release. In the meantime, you can...
Sorry for the delayed response. 'crypto' is part of Node.js and io.js (see https://iojs.org/api/crypto.html#crypto_crypto). If it is missing it could be due to a configuration issue.
@mroswald thanks for pointing to the solution! @isair , @squiles ,@robinnewhouse please use cloudinary-core instead of this library. ``` npm install lodash npm install cloudinary-core ``` The name of the...
Unfortunately uploading is not supported in the core JS library. You can implement image upload using our RESTful API. See the _Endpoint_ documentation in this [link](http://cloudinary.com/documentation/image_upload_api_reference#api_example_1).
Hi @AmitJoki, Can you please provide the relevant code from your controller, and the HTML generated from your ERB code? Please also refer to the sample [code](https://github.com/assembler/attachinary/blob/master/spec/dummy/app/views/notes/_form_nojs.html.erb) which uses the...
Hi @npearson72, You can use `alias_method` (or `alias_method_chain` if you are using Rails) to achieve this. For (_a partial_) example: ``` ruby module Attachinary module FileMixin def destroy_hook # your...
Hi @kbaum, It is currently not possible to use multiple accounts in the same application.
@omerzimp, @bufke and @thedrow - We are looking into it.
Hi @JulienArzul, You may have a point here however we cannot change the exception to IOException without changing the method signature and thus breaking backward compatibility. We'll revisit this issue...
Hi @infinityfarm and @brettcohen, If you don't need the full lodash library, import the shrinkwrap library (version >= 2.0.8) or even the minified. The shinkwrap library includes only the subset...