-
Notifications
You must be signed in to change notification settings - Fork 7
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation and add initial project configurations #46
Conversation
CHANGELOG.md
Outdated
@@ -2,28 +2,28 @@ | |||
|
|||
## v0.10.1 | |||
|
|||
* Fix a bug with `nil` decimals that happens on Ecto 3.11+. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please remove these whitespace changes? They're not necessary, and in addition I prefer the spaces there 🙃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
|
||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are unnecessary changes, could you revert them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
README.md
Outdated
use Ecto.Repo, | ||
otp_app: :my_app, | ||
adapter: Exandra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert this change, as it's unnecessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
README.md
Outdated
@@ -61,7 +84,7 @@ field :features, :map | |||
|
|||
you can pass the field as an Elixir map when setting it, and Exandra will convert it to a map | |||
on the way from the database. Because Exandra uses JSON for this, you'll have to pay attention | |||
to things such as atom keys (which can be used when writing, but will be strings when reading) | |||
to things such as atom keys (which can be used when writing but will be strings when reading) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an unnecessary change, could you remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
README.md
Outdated
@@ -133,7 +157,7 @@ defmodule AddUsers do | |||
end | |||
``` | |||
|
|||
> #### Cassandra and Scylla Types {: .info} | |||
> ### Cassandra and Scylla Types {: .info} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert this change, as it's subjective?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@whatyouhide I've made the requested revisions and would appreciate your review. |
Thank you @Himanshu21git 🙏 |
In this PR,
Test Results: