Daniel Whyte

Results 30 issues of Daniel Whyte

While we have a good suite of tests already for this module, I'd like to add some more. Specifically, I'd like to look into [property based testing](https://elixir-lang.org/blog/2017/10/31/stream-data-property-based-testing-and-data-generation-for-elixir/). I've been hearing...

enhancement

We have a get function in this module, which allows us to fetch a record by entry_id, but no way to make a more complex query. We'll need to either...

enhancement

We're using the default `changeset` function to determine which fields are given a class of 'required'. This needs to be changed to take into account the changeset passed in instead/as...

bug
help wanted
in-progress

We're currently excluding the id and timestamps in the schema from displaying in the form. It would also be useful to allow users to pass a list of other fields...

enhancement

We can get a schema's associations using `.__schema__(:associations)` We can then use that to load all the available options and display them on a form. Initially, for Club Soda, we...

enhancement

We need to publish version 0.1 of this package on hex.pm so we can use it in our deployed project. - [x] Add usage docs to README - [ ]...

enhancement
technical
chore
in-progress

We currently have a number of input types working: Based on Ecto Types: - `:string` - text input - `:integer`, `:float`, `:decimal` - number input - `:boolean` - checkbox -...

help wanted
question

Currently dwylbot can both assign people to review PRs, and alert you when your CI has passed. Would it be possible for dwylbot to only assign the reviewer to the...

question
in-review
priority-3
T2h

In making the form component from https://github.com/dwyl/adoro/issues/108 reusable, I came across a few issues: What we need: A function that can be called with a schema, that will autogenerate a...

enhancement

I've been looking into using this module with ElastiCache and the only problem I had was with the url. Because ElastiCache can only be used by AWS EC2 instances, the...

enhancement
help wanted