Maksim Surguy
Maksim Surguy
I wonder what happened in the last commit that made Github think that everything in the library has been changed. The current state of the GIT tree makes it impossible...
Make the website responsive and use a framework such as Bootstrap or foundation to have nice design without spending much time. Here's a proposed design that I made: http://msurguy.github.io/gifloopcoder.com/ ...
It seems that Electron provides an option to set zoom factor for the browser by passing `zoomFactor` property. Maybe there is a way to specify that in order to generate...
Currently there are lots of console.log statements sprinkled throughout the code, consider replacing with a logger function that only outputs in debug mode
Hi! What are the python packages / versions that need to be installed?
Using this library: https://github.com/mattdesl/mp4-h264 I can now save the visuals as MP4 files in their full glory! Here's a barebones demo Codepen, but I'm sure it can be improved or...
Hello! Thanks for the wonderful and well-made Processing library! It's very useful for static images and perhaps will be enough for most use cases. I work with running Processing on...
Thank you for this code! Just a thought. There are some Colab's available, like: https://colab.research.google.com/drive/1BDj3eZWL4I-8QtkxAAZxF8in35fvR_xU?usp=sharing If there's an official Google Colab, it would be nice to have "Open in Colab"...
Hi! I was wondering why the Mix manifest file was missing (via .gitignore): https://github.com/darryldecode/laravel-starter-kit/blob/master/.gitignore#L14. As this seems to stop my application work in production...