Joel AZEMAR

Results 12 issues of Joel AZEMAR

The report shows `"Import completed: x updated"` after the import regardless if there were updates or not, I find that quite confusing. I provide a workaround to get proper `"Import...

### Custom cell sanitising By default cell values are stripped, that means " Bob Elvis " become "Bob Elvis", however you may want to go further and get rid of...

https://github.com/rails/rails/pull/41659

Add configuration options for `plain_values` in a matter of consistency ## Configuration You can change the behaviour of plain values and force to get the function returned ``` CalculateAll.configure do...

Hi there, I've a tons of images to organize, I wrote a little ruby script to help me, but I've notice crashed on certain images. But when I try to...

Hi there, I was giving a try, but I was a bit unfortunate. I use `rbenv` and `pyenv` ``` python --version Python 3.6.10 ``` ``` ruby --version ruby 2.5.4p155 (2019-03-13...

With Ruby 3.2.2 running Rspec output those warning: ``` /ruby/3.2.2/bin/ruby -w -I/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/rspec-core-3.12.2/lib:/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/rspec-support-3.12.1/lib /ruby/3.2.2/lib/ruby/gems/3.2.0/gems/rspec-core-3.12.2/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb /ruby/3.2.2/lib/ruby/gems/3.2.0/gems/ransack-4.0.0/lib/ransack/nodes/condition.rb:286: warning: method redefined; discarding old arel_predicate /ruby/3.2.2/lib/ruby/gems/3.2.0/gems/ransack-4.0.0/lib/ransack/nodes/condition.rb:218: warning: previous definition of arel_predicate was here...

I add this test ``` it "with scaled values should provide the chxr good values" do x_min, x_max, x_step = 0, 3, 1 y_min, y_max, y_step = 0, 80, 10...

Hi, can you release an version compatible with dm-migrations (~> 1.2.0) ? Thanks current rubygems version 0.6.0 ![capture d ecran 2014-09-22 a 16 31 54](https://cloud.githubusercontent.com/assets/5789/4357786/4882b81c-4265-11e4-81e9-6afa4a4dd1ea.png) HEAD version ``` gem 'dm-mongo-adapter',...