Thomas
Thomas
@etiennebarrie Merci Étienne pour l'explication. I'm puzzled because at some point, the CSV needs to be parsed before to be given to the `process` method, isn't it? Could Maintenance Tasks...
Thank you for taking the time to explain. I didn't know it was streaming the CSV. I'm happy with an update of the readme and/or update the task template with...
I made a PR to update the `#count` method: https://github.com/Shopify/maintenance_tasks/pull/991 I was not sure about updating for README too, so I made a different commit to revert it in the...
You can install both adapters (mysql2 and trilogy), update the environment variable (in Heroku it will trigger a new deployment or similar) then you can remove the mysql2 gem.
Just tested on Safari 12.0 (14606.1.36.1.9), it work as expected. What's the headers the browser send to the server?
I have got a similar issue with Japanese/Asian characters and a very specific file layout. Using Rubocop 1.66.1 (using Prism 1.0.0, rubocop-ast 1.32.3, running on ruby 3.3.5) [arm64-darwin23] ### File:...
It runs each tests individually. I'm on Rails 6.1.7.8, rspec-rails (6.1.2), rspec-core (3.13.0), VScode 1.90.0, MacOS 14.5 on ARM (M1) `Run in terminal`: ```log bundle exec rspec /Users/thomas/project/spec/lib/csv_imports_lib/things_spec.rb:3 ``` `Run`:...
@st0012 I confirmed that this problem that occurs with latest ruby-lsp (0.20.1) and ruby-lsp-rspec (0.1.16) using Ruby 3.3.5 and Rails 7.0.8.5. How and where does the rspec is called?
FYI: it has been released in [v0.1.23](https://github.com/st0012/ruby-lsp-rspec/releases/tag/v0.1.23)
It brakes Ruby 2.5 compatibility. Let's keep this PR in draft until the next major release.