Severin Räz
Severin Räz
**What you are struggling with** We're using the sort order from https://github.com/yesoreyeram/yesoreyeram-boomtable-panel/commit/5b1c2ebc4665d77f0b0b681870a03c8ceb8ca084 in production. This fixes the column order when using the mixed datasource. Without that fix, the order randomly...
I want to create fancy PDFs I'll send as email attachements based on my screen styles, so - this :) Might partially fix or interfere with https://github.com/tecnospeed/pastor/issues/6
``` a = flexmock 'a' a.should_receive(:foo).with(1).ordered a.should_receive(:foo).with(2).ordered a.should_receive(:foo).with(1).ordered a.foo 1 a.foo 2 a.foo 1 ``` Will fail (@1.3.3). Is it supposed to? I am currently working around this using the...
As stated here https://github.com/salsify/delayed_job_worker_pool/pull/4#issuecomment-637050920 , the dummy app should be updated to Rails 6.
For our usecase (generating various QR codes with dimensions 65x65), `RQRCode::QRCode.new` runs in 1.8 seconds before and in 0.9 seconds after these changes. This is a follow up to https://github.com/whomwah/rqrcode/issues/145...