Bradley Buda
Bradley Buda
When an input CSV contains the 0 / null byte, FastCSV emits two rows for that row, both "incorrect": ```ruby null_csv = "one,two\nthr\00ee,four" FastCSV.raw_parse(null_csv) { |row| p row } ```...
Moved from: https://github.com/sorbet/sorbet-typed/issues/83 **Describe the bug:** In a Rails application the type of [Rails.application](https://github.com/sorbet/sorbet-typed/blob/d17bc9ee37629ed824f78d3a2f92e99a8b4e8709/lib/railties/all/railties.rbi#L5) is actually a subclass of `Rails::Application` that is generated when you type `rails new`. For example,...
Replaces #16 - same basic idea. We've been running this in production at Census for about 4 weeks now (we parse tens of thousands of CSVs every day from a...