molfar
molfar
https://github.com/danielm/uploader/blob/50fd2214c7236b4372651619c11111775adf1a47/src/js/jquery.dm-uploader.js#L274-L282 I think it would be good to bind input handler to widget element. Because in some cases input element can be dynamically replaced with new one, and its event...
I have a multi-country web app, and need to set different fallbacks schemas per each country. Is it possible to set dynamic fallbacks per request, just like Mobility.with_locale ?
It does not works well with [Ferrum](https://github.com/rubycdp/ferrum) gem. After binging.break it loses connection with CDP and raises timeout error. ``` browser = Ferrum::Browser.new browser.go_to("https://google.com") binding.break ```
I tried to use debug gem, but when I execute binding.break in my code, Ferrum stops respond to any further commands with Ferrum::TimeoutError
When I click a link, the print dialog appears. It shows me preview of the page. But after selecting or changing printer, this preview disappears and showing only blank page....