Andrew Brookins

Results 60 issues of Andrew Brookins

There are still rough edges around the interaction between hints and form elements. In particular: - [ ] Hints that target Google's search input sometimes don't work; they don't work,...

enhancement

### Summary Reduce the information printed in our coverage report: - Do not report on tests - Do not report on database migrations - Do not show line-level reporting --...

### Summary Reduce the information printed in our coverage report: - Do not report on tests - Do not report on database migrations - Do not show line-level reporting --...

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...

enhancement
maintenance

### Summary Add a feature flagging system so that developers can integrate in-progress work behind a flag. This PR adds the core flagging utilities, tests, and docs. Future PRs will...

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...

enhancement

Redis OM Python supports both async and sync usage. Async support is provided in the `aredis_om` module, which is otherwise identical to the synchronous code found in `redis_om`. Document this.

Add a Markdown document to docs/ with more in-depth querying examples.

Add a Markdown file in docs/ to gather frequently asked questions.

Add a Markdown file to docs/ that gives more detail on how embedded `JsonModel` classes work.