Erik Blankinship

Results 20 issues of Erik Blankinship

What is the suggested best practice to call a function on all objects in the pool? Need to do this to some graphic/canvas objects on element resizing events. Pool will...

(from a fresh pull on github...) Trying to debug an issue with small .run files, I made a very small run file, with only a simple small setup.sh in there....

When starting a bounce animation with some configurations of `duration` and `velocity` can result in `NaN` update values. (The animations do successfully end at their `to` values though.) For example:...

When applying a scaling transformation to enlarge a sprite, the sprite is smoothed. Would be nice to have an option to not smooth the sprite so it can be rendered...

when setting scale_x or scale_y on a sprite, the matrix math is recomputed even if the value is the same this can retard performance the check can be made by...

``` if self._mouse_down_sprite and self._mouse_down_sprite.draggable \ and (gtk.gdk.BUTTON1_MASK & event.state or gtk.gdk.BUTTON3_MASK & event.state): ```

make a label max_width of 400 center alignment and a wee little string "hello" with a small font size it aligns left alas

Please add a license to this code.

Maybe a utility like this? http://arty.name/localstorage.html

When the browser window is very narrow on your home page (using osX/chrome), note that southwest's tooltip is higher than expected. ![screen shot 2016-11-04 at 2 00 15 pm](https://cloud.githubusercontent.com/assets/374586/20017221/07f95ada-a299-11e6-9226-9e9dddb4031c.png) And...

bug