Pradum Kumar

Results 3 issues of Pradum Kumar

Ruby version: 3.1.2p20 Rails version: 7.0.8.1 Sidekiq Pro version(s): 5.5.8 Issue Summary --- We are experiencing an issue where some Sidekiq jobs are not being executed as expected. Upon investigation,...

Add support for 'lca' token type in PercyClient

Reverts percy/cli#1995 We already copy those attributes, ``` for (let { name, value } of canvas.attributes) { img.setAttribute(name, value); } ``` So we don't need the below. So previous was...