James Gray
James Gray
I'm trying to convert a jpg file into a png and then encode the image into a png formatted data url. ``` $img = Image::make($feed->data[$i]->images->low_resolution->url); $img->greyscale(); $img->contrast(7); $img->gamma(2); $img->limitColors(12, '#ff9900');...
So, I think when configuring the client with the 'offline' access type, Google requires the access token to be refreshed after the token expires. Have you come across the following...
Hi, for some reason Unity completely freezes when hitting the play button on the scene whenever I have the UduinoManager script on a Game Object in my scene, or when...
Hi, thank you so much for maintaining this library, it's great, and I'm using it to do the graphics on my [groovebox](https://www.youtube.com/watch?v=s68AS_JNLJU), using an SSD1309 128x64 OLED with SPI and...
Right now, a single callback for getting shuffle-enabled 16th steps is handled via `onStepCallback`. This is well and good. However, when using uClock in a multi-track system, you may want...
I created an [issue](https://github.com/midilab/uClock/issues/41) with a feature request for essentially doing a track-based callback and shuffle while still tethered to the main clock, so as not to generate multiple instances...