Parth Malwankar
Parth Malwankar
> I'd guess the `+` operators prevent MySQL from removing them That's correct. The search query entered is in this example is `stranger in a strange land`. The same query...
Just another thought from a solution perspective. Is it possible to disable the `+` being added via an option? I would think this should work for InnoDB and MyISAM any...
Thank you for considering this and for search_cop 😃 . Just wanted to mention that the above behavior is for MySQL 8.0. I don't have access to MySQL 5.7 or...
This was also a bit confusing to me as well as a new Daru user. The `write_csv` api wasn't discoverable after using `from_csv` as I was expecting `to_csv`. While @v0dro...
I wonder if `:converters` need to be re-looked at from a design perspective. Currently `:numeric` is supported but that's a bit of a special case IMHO. From a design perspective,...
Can we close this (based on discussion on #413)? #428 has been filed removal of block support.
@zverok looks like a good plan. I would be glad to help on some pieces as time permits. Since this is toward v1.0, it may be worth reviewing Daru API...
Just too keep track of another API proposal discussed, issue #131 talks about changing #dv to #to_daru_vector.
Based on autumn cleanup review @zverok mentoned in an earlier note, if we have API consistency being handled in this release, labeling it 1.0 might make sense. In case it's...