kingpalethe
kingpalethe
From what I can tell, ASIN will cease to function once Amazon disables API 4.0, which seems to be scheduled for the end of October, 2019. https://webservices.amazon.com/paapi5/documentation/?ref_=pe_27042120_428145790 Any plans to...
On react 16.5.2, I can get the basic demo working well https://benhowell.github.io/react-grid-gallery/#simple-gallery I do have a problem when I resize the browser window. At first it looks fine, but after...
cross-posted to stackoverflow: https://stackoverflow.com/questions/55542654/how-to-use-glsl-scale-and-position-together-with-videocontext I have made a CodePen demonstrating the problem here: https://codepen.io/kingpalethe/pen/xeVYLr?editors=0010 I am trying to apply glsl Scale to media, which works ok, but when I then...
I've installed the package from atmosphere, entered my credentials. I have it running on my dev server, and I can run for example this code: ``` javascript Cloudinary.uploader.upload('https://dl.dropboxusercontent.com/u/2128641/dwu7a5cen1zpqy08itbv.jpg';, function(result) {...