Martin Hradil
Martin Hradil
I'm sorry, I have no comparison here. What is it you're expecting to happen? The distance is ignored for the first add, it's always 1. Given you're using just 2...
Ah, thanks, that helps! :) With `hsetroot -add '#ffffff' -add '#000000' -gradient 30` and 1920x1080...  So, what I **think** it means is that the actual gradient works fine, but...
More info, `imlib_image_fill_color_range_rectangle` just doesn't do the right thing when any width/height is >4096 (#42) (I suspect `imlib_blend_image_onto_image` or `imlib_image_copy_rect` to have a similar wrapping issue.) (wondering if gdk-pixbuf may...
``` API Request: {:requested_at=>"2019-04-12 14:07:20 UTC", :method=>"POST", :url=>"http://localhost:3000/api/service_catalogs/1"} Authentication: {:type=>"basic", :token=>nil, :x_miq_group=>nil, :user=>"admin"} Authorization: {:user=>"admin", :group=>"EvmGroup-super_administrator", :role=>"EvmRole-super_administrator", :tenant=>"My Company"} Request: {:method=>:post, :action=>"edit", :fullpath=>"/api/service_catalogs/1", :url=>"http://localhost:3000/api/service_catalogs/1", :base=>"http://localhost:3000", :path=>"/api/service_catalogs/1", :prefix=>"/api", :version=>"4.1.0-pre", :api_prefix=>"http://localhost:3000/api", :collection=>"service_catalogs",...
:+1:, but looks like we're using "400 Bad Request" in other places. As for i18n vs the error message, maybe we should use a similar mechanism as notifications (`miqFormatNotification`) -...
As long as "make compatible with jquery 3" doesn't mean "break compatibility with previous releases". :) @akieling What's missing here is any kind of indication why this would *not* be...
Looks like the relevant failure is this one: ``` $ grunt test Running "qunit:all" (qunit) task Testing tests/tests.html .FFF.FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF >> PhantomJS timed out, possibly due to: >> - QUnit is...
Trying the demo, it seems to work, though I *am* getting this exception: ``` jquery.js:3818 jQuery.Deferred exception: Cannot read property 'length' of undefined TypeError: Cannot read property 'length' of undefined...
... and that's probably a timing bug .. jQuery 3 changed their promise-like thing to behave according to Promise specs, meaning that `done` should never happen synchronously. So presumably the...
@akieling I.. tried to try :) But looks like the tests need a complete rewrite to work with current versions of qUnit. If you can get them working, a PR...