Dr. Juno Woods

Results 40 issues of Dr. Juno Woods

It'd be great if there were some functionality for getting the matrix transformations that have been applied to a `frame`. I don't know how objects are stored internally in vpython,...

I'm trying to use SciRuby::Plotter (a Green Shoes GUI) with Rails 3.1.1. I have a method on one of my models called `update!`, which sends an HTTP request to get...

It looks like the image method definition is trying to set the top and left positions of the Image object, but it doesn't actually appear to work. Is this normal?...

I have a similar problem to the one described here: http://librelist.com/browser//shoes/2011/3/3/green-shoes-error-on-stdout-when-trying-to-clear-a-flow/#7fe6a7ed1f69f7d0b9827ad90fb4808d It happens when I attempt to remove an image: ``` Shoes.app :title => "Test" do update = File.mtime(file) img...

Suppose I have a hierarchical state machine and I transition into a nested state (suppose caffeinated, which is defined as its own model). The state on the hierarchical state machine...

bug

It seems like there are a few open issues there, and I was just wondering if anyone is still supporting the GUI.

Preferably me and @v0dro, so we can update the gem.

It'd be super cool if we could use the SQL-like features of ActiveRecord with DataFrame. I haven't given much thought to how this would look, except perhaps `df.where(:my_column => 3)`....

It seems like box plots only work with nominal data, but I'd like to make [a candlestick plot](http://mbostock.github.io/protovis/ex/candlestick.html) where the independent variable is numeric and not distributed at a regular...