Jose Davis Nidhin
Jose Davis Nidhin
I was looking for alternatives to request package and came across this package based on the list shown at https://github.com/request/request/issues/3143 Timeouts are something that I found missing when evaluating this...
One way will be to use html5 canvas. Use use canvas [drawImage](http://www.w3.org/TR/2dcontext/#dom-context-2d-drawimage) and [getImageData](http://www.w3.org/TR/2dcontext/#dom-context-2d-getimagedata) methods
Thanks for the quick response I had concluded the same after the going through the code-base. I will try it out and will get back.
I had applied the change 2 weeks back which seems to have fixed the issue as I have not this error since the fix.
+1 looking forward for this feature.
I was creating an interface in my application so I can reuse the same code for db interaction with and without transactions and that's when I realized `NamedQueryContext` is missing...