Andy Garvin

Results 14 comments of Andy Garvin

- Used `mix deps.clean --all` - Verified recipient emails were verified Received error: `[debug] Unable to send e-mail to ga******@gmail.com` `[debug] status: bad_fetch` `[debug] reason:` `[debug] no_scheme`

In case this happens to anybody else, the issue was my `mailgun_domain` in `config :addict` it was `mailgun_domain: sandboxXXXX.mailgun.org` had to change it to `mailgun_domain: https://api.mailgun.net/v3/sandboxXXXX.mailgun.org`

I'm sorry if this issue should be considered closed, but I don't think I fully understand peer dependencies. I thought a change was made to support React >= 17 but...

Some additional info – I logged out the `options` right before the `if (!(options && options.dsn))` and when I start my app it logs three times. The first two times...

Awesome! Yes, I cheated with the types so I didn't spend too much time 😂 I'll try to implement your suggestions and send it back over.

Hey @wovalle, I removed all of the `any`s and added types just to get a better sense of what can be abstracted. I am a little lost in terms of...

Ok, thank you! No need to rush on this, I am busy as well. I'll do my best to keep improving it and I'll let you know what I end...

@wovalle I changed all the `QuerySnapshot` types to generics (`T`) which I think is more in line with the rest of the project. When you have a minute let me...

Hey @wovalle I couldn't tag you in my PR for some reason but I updated some things here: https://github.com/garviand/fireorm/pull/2/files Let me know your thoughts and any next steps you can...

@wovalle I'm interested in working on this. After thinking about it for a bit, the only ways I see this working are: 1. Adding functions to the query builder that...