Tylar
Tylar
I'm thinking the issue is [here](https://github.com/notwaldorf/diagramophone/blob/master/dramagrama.coffee#L68-L72), but this is my first run in with coffeescript.
I've encountered this too (in chromium on xubuntu). Seems it may have something to do with the loading of textures, since I am also seeing this interesting creature flying around...
@waldoj , oh alright then. Perhaps it's an unrelated and separate bug.
possible fix would be to modify the grep? [like this SO answer](http://stackoverflow.com/a/36805705/1483986) Something like (untested): ``` pip search pkg_name | egrep "^.*pkg_name.*\(" | grep -i INSTALLED.*latest ```
If this is a missing dependency, then installing from the forge with puppet shouldn't see this because of the dependencies declared [here](https://github.com/stankevich/puppet-python/blob/master/metadata.json#L59). If this problem is arising from installing from...
This is what I came up with, but haven't tested it thoroughly, maybe give it a try? ```javascript slickUI.container.displayGroup.bringToTop(panel.container.displayGroup); ```
My first glance read this as PYDAG, but I like the overall look. Here's an unholy union of the python/opendap logos just for :hankey: s and giggles: 
Lol. Sure, here's lowercased.  Here's a link to [download the inkscape svg](https://drive.google.com/file/d/14BkcP0WPPqy-B1da9191u7SrrMJZDbeQ/view?usp=sharing) if anyone else wants to play with it.
If alterations are wanted on my file I can dig up my old `.svg` file but I think the consensus was to use @mandyellow 's logo. If ey has the...
If anything this is (was?) an issue with the assert statement in tornado. Should be closed here.