Rex

Results 34 issues of Rex

This is likely more a problem with rust-analyzer than this library, but I want to raise awareness because this harms ergonomics and I'd like to understand if there's a work...

Fixes https://github.com/launchbadge/sqlx/issues/2595, https://github.com/launchbadge/sqlx/issues/2262, and https://github.com/launchbadge/sqlx/issues/1576. replaces https://github.com/launchbadge/sqlx/pull/2641

breaking

```bash $ srb spec/spec_helper.rb:385: Unable to resolve constant Sorbet https://srb.help/5002 385 |RSpec::Sorbet.allow_doubles! ``` I followed the directions in the readme. I added the `gem 'rspec-sorbet'` to the `Gemfile`, `bundle install`ed,...

Actual output: ``` $ cat cats.csv first name,last name,dogs,cats,birds,fish Dan,McAllister,2,1,"2,4 Lucy,Laweless,,5,, Miles,O'Brian,,,,21 Nancy,Homes,2,,1, x = SmarterCSV.process('/Users/Me/Documents/parentsquare/parent_square/cats.csv', options: {verbose: true}) EOFError: end of file reached from /Users/Me/.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/smarter_csv-1.2.8/lib/smarter_csv/smarter_csv.rb:141:in `readline' ``` Expected output:...