- Notifications
You must be signed in to change notification settings - Fork1.9k
Duplicate rows#1088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Duplicate rows#1088
Uh oh!
There was an error while loading.Please reload this page.
Conversation
… additional test for styles
… default value of 1
@cbeltrangomez84 oops - my apologies, after I saw the original PR was merged, I went ahead and refactored it. I'll resolve the collisions so we can include your README changes. Thanks |
Hi@guyonroche thanks for refactoring the code, one test is failing because the default value for the 'insert' argument in my code was false. Since the refactor is true it doesn`t match the test. Could you change the argument? or if you prefer I'd change the test. Thanks |
Thanks@Siemienik and@guyonroche for the suggestions.
I added the explanation in README as asked.
Regards