Dan Barowy

Results 16 issues of Dan Barowy

Hi Michael, Any idea how to do list flattening in a straightforward way with nested rules? If I use the construct below with the input "foo1 foo2 foo3" and then...

For small vectors, this can give us a big computational speedup. There are (2n-1) choose n possible resamples of a vector. When this value is smaller than the number of...

enhancement

This is currently the blocker for Excel 2013 support. The plugin also does not appear in the ribbon intermittently, even though Excel shows the plugin as loaded. Since newly-created VSTO...

bug

The reason is that it was silently throwing an exception when opened on blank sheets. This is because Excel does not emit a WorkbookOpen event when opened with its template...

bug

David Colver sent email describing the following issue: > I've seen mention of CheckCell on the Eusprig mailing list. It's interesting to me as my company, Operis, is the largest...

bug

The issue is that the client-side runtime expands nonterminals in the order that they appear in the generated Javascript code. Instead, nonterminals should be expanded using in topographical sort order....

This issue occurs when you call a Question function a large number of times (e.g., mapping a function across a large list) which results in an MTurk HIT with many...

bug

Right now we use a monte carlo calculator based on Emery's proof-of-concept C++ code that I transliterated into Java. The current calculators generally work well, but they are expensive which...

enhancement

The test suite is incredibly useful, but only when both the exact form of the question and the outcome are both known. When pulling data from online sources (web queries;...

enhancement