Chuck Remes

Results 10 issues of Chuck Remes

Under JRuby I am calling UUID.generate quite often. I see a case in my logs where two successive calls returns the same UUID. Looking at the code, I see this...

In my system I have 400+ unique benchmarks. Every time a new result is POSTed, the application does a select against the codespeed_result table for _every_ benchmark_id (over 400 select...

BUG

In the Comparisons tab, sometimes reading the chart is difficult when there are a lot of entries in the legend. It's hard to tell the difference between all the different...

FEATURE

0.8 prelease github master I took a screenshot but github doesn't allow me to attach it to this issue. I can email it directly to you if you wish. I...

BUG

Version 0.6.14 In Boot.java there is a method #configureOS. It does not properly recognize Windows 7 so during project startup it always throws an exception and uses the limelight.os.UnsupportedOS class....

If a machine specifies an initial starting state, the dot output should also indicate that somehow (bolder border?). Also, final states (those that only contain a default event statement or...

Bug: Events are not drawn between states when they are defined as the "default" transition. Version: 1.20 Repro: ``` ruby require 'rubygems' require 'statemachine' require 'statemachine/generate/util' require 'statemachine/generate/src_builder' require 'statemachine/generate/dot_graph/dot_graph_statemachine'...

When building state machines, I often have final/terminal states where any new event cannot cause a transition out of that state. I usually define it like so: state :a_final_state do...

I have a statemachine defined with a superstate that contains a state and another superstate. The nested superstate also includes two more states. However, the DOT output doesn't look correct...

Is there a way to specify that the connection created via WIN32OLE.new (or WIN32OLE.connect) should be MTA versus STA? I'd like to do some multi-threaded work and the default of...