Kartik Luke Singh

Results 35 comments of Kartik Luke Singh

https://github.com/Temasys/AdapterJS How about this? Edit: Looks like it doesn't support AudioContext.createMediaStreamSource() which is required by the recorderjs. Is there a workaround for that.

After setting `nakayoshi_fork(true)` on Puma 5.0.0.beta1 I'm seeing a ~17% reduction in memory. I'm able to run another worker within the same Heroku 2x dyno. Edit: I went from Puma...

> ``` > # also, it seems that you're using a global instance of $redlock_client, so double check if your > # rails server or your code is not under...

I have the same issue. This looks like a good workaround for the moment.

Actually it seems that you're requesting json and converting it to a ruby hash. My bad. Is there a way to turn this off it I want to work with...

This repo seems to be unmaintained can we have someone else compile all the pull requests and moderate.

How would one get around this? Is there a viable alternative method.

@diegomura For reference this is how jsPDF handled the issue: Issue - https://github.com/MrRio/jsPDF/issues/1452 Pull request - https://github.com/MrRio/jsPDF/pull/1455/files Latest version of png.js from jsPDF - https://github.com/MrRio/jsPDF/blob/master/src/libs/png.js It requires a change to...

jsPDF is able to render this image: https://jsfiddle.net/m6unowqe/

I think it's best to replace `png-js` with another decoder like https://github.com/photopea/UPNG.js or https://github.com/lukeapage/pngjs.