Randall B

Results 35 comments of Randall B

> > the same issue > > Indeed looks like the same issue. What if we close a less detailed one as a duplicate? > > > Does this mean...

I still get this issue of two dialog boxes. Here is my code. ``` ``` The above when clicked shows a dialog, I click OK, then it shows up the...

Intuitively, this seems like it would go in the lifecycle block. In fact I had assumed that the `prevent_destroy` flag would act like this, rather than producing an error when...

I'm using the latest version 1.12.1, and instead of an EOF error my code will **hang indefinitely** when SmarterCSV.process is given a block. ``` SmarterCSV.process(temp_filename, {col_sep: @col_sep, chunk_size: 1000, headers_in_file:...

I just ran into this issue as well in my development process. Adding some caching here will be a great improvement. :+1: