Darren
Darren
Thank you very much for this extremely helpful library. I wanted to alert you to a non-critical issue that I noticed after installing the library in my React project (React...
This is still a work-in-progress, but I believe that it generally fixes the issue outlined in #269. In brief summary - A Google Maps API key provides a user with...
@devonestes thank you so much for your hard work on this project! As noted in #27, there are some failing doctests. This is simply because the :user object referred to...
Hello, thank you so much for all of your hard work on this amazing module! I just wanted to report a possible issue in your README documentation, regarding setting the...
Hello, thank you so much for all of your work on this app, I love it! I recently updated to Flycut version 1.9.3 on my Mac, MacOS version 10.15.2. I...
I've skipped the template because I'm not reporting a bug, exactly, just a (hopefully) helpful tip. I needed specific behavior when a user canceled drawing via clicking the "Escape" key,...
Hello, thank you so much for all of your hard work on this project. I was testing parsing some different user agent strings with the [ua_parser](https://github.com/beam-community/ua_parser) (which uses uap-core), and...
Noticed the following warning when publishing a new release to Hex - not critical, but couldn't hurt to sort it out. ``` warning: ExDoc.Markdown.Earmark (warning) lib/ecto_adapters_dynamodb/query.ex:486 Illegal attributes ["[indexed_fields_list]", "primary,"]...
Until now, we've just been logging unprocessed items - it's time to get around to handling them appropriately - https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchGetItem.html
While investigating something else, I noticed that none of our test cases ever end up recursively calling the `Query` module's `fetch_recursive` private method - it would probably be a good...