Dmitry Polushkin

Results 158 comments of Dmitry Polushkin
trafficstars

You cannot fake any functions in MySQL except by using the procedures. timecop is just for the faking the date and times on ruby level, not anywhere else.

Probably would be good to add some notice in the readme, that it doesn't mock anything outside ruby runtime.

Do you want to schedule a work to a sidekiq?

You have to use `perform_in` sidekiq method.

Probably because it writes to redis time that are going to happen in the future, but the sidekiq knows nothing about the time travel thing, as it works with redis...

No tests here https://github.com/ljharb/qs/blob/bd9e3754d2871592baf42ca9fa988c2148a469a5/test/parse.js for false/true value.

BTW https://github.com/ljharb/qs/issues/91

Have you tried to render the same image more than 18 times (have you tried to debug `URI.read` return?)? I've tried to render base64 images and it can render 500...