Nick Nicholas
Nick Nicholas
Our ticket? We decided to stick with puppeteer.
Thank you for your extremely diligent feedback. You are a better human being than I am. :-)
Thank you, will get to these.
Happy for you to squash merge.
And can I say again, Ivan, you are a very good human being, and I'm honoured to have contributed to your gem. Thank you for your help and diligence!
The latter impacts me as well, and applies to list items as well as tables. Clearly this runs deep in the code — the code is not dealing with calling...
Yes; cf. https://github.com/postrank-labs/goliath/issues/228 . sinatra-websocket is using an old version of the em-websocket API. I've locked in ``` gem 'em-websocket', '< 0.3.8' ```
See See https://github.com/nsip/csvlint.rb for patch
Patched it with: ``` table_url = tables.keys[0] if table_url.instance_of? StringIO ``` for Csvlint::Csvw::TableGroup::validate_header and Csvlint::Csvw::TableGroup::validate_row
Cool, I was going to do that anyway. Will let you know when I've done it. Just to make sure I’m not completely abusing csvlint, this is my test script....