Michal Hantl

Results 29 comments of Michal Hantl

The button doesn't even do anything for me. from JS console: ``` VM58:1 Uncaught ReferenceError: load_cropper_without_selection is not defined at :1:1 (anonymous) @ VM58:1 ```

This does improve the usablity of the plugin as before the minimization was quite strange. As to #19, it doesn't seem provide the option I was looking for (to make...

Is there a way I can experiment with this and get back to you? Which part of the code should I look at to customize the sizing function? I think...

Wish I knew this 15 minutes ago! Please update the readme so people know it will not work for them.

Curious as well. Would like to see some screenshots/demo video before I invest time to installing it.

> Hi everyone, I am probably late to the party but I wanted to share that I am implementing similar ideas. I do use ccxt as broker for live trading...

So I came up with this data = Sunspot::Setup.for(Task).all_field_factories.reduce({}) { |hash, field| hash[field.name] = field.send(:extract_value, task) hash } However, the `extract_value` method is protected, so this would be best made...

For anyone interested - here is a workaround: https://gist.github.com/hakunin/32c2f01e27784b59764a

I found that opthers have the same erros as I do, not sure were to begin to fix it though: https://github.com/select2/select2/issues/3992 Any ideas?

So I figured out the issue. Select2 doesn't like when its being re-rendered from react during the onChange callback. I had to put a `setTimeout` there to offset the callback...