Perryn Fowler

Results 9 issues of Perryn Fowler

Thanks so much for this emulator. My 8yo son and I have been having SO much fun this morning re-living the coding experience of my youth at https://bbc.godbolt.org/! We have...

bug
performance
ui

Sandboxes no longer have a different url, but just use a different account id, and this means the 'sandbox' configuration option no longer works as documented. (A workaround for using...

I was generating a CSV of about 300,000 rows and seeing a _lot_ of memory usage. Probably the best approach is to support 'streaming' (writing one row at a time)...

I had an issue where some of my numbers did not show It turned out to be the line ``` if (val!=last_val || i==series.data.length-1) { ``` which appears to skip...

Hi Tanaka Following from my email - this is the changes to make it easy to release gems with jeweler

Hello, In our use of Xeroizer we explicitly set `line_amount` and `discount_rate`, however under certain circumstances Xeroizer ignores our explicitly set value and calculates its own. The circumstances appear to...

Given a file `test.rb` that contains ``` { foo: "bar", bar: "foo", } ``` then `rufo test.rb` returns an exit status of '3' and changes the file to ``` {...

## Describe the bug If you have a table in a document with a hyperlink in one of the cells, than an attempt to get the html of paragraphs in...

bug