Anthony

Results 6 issues of Anthony

### Expected Behaviour The results list should be filtered after each keypress, only removing items if they're no longer matched. Example: Alfred ![alfred](https://cloud.githubusercontent.com/assets/6157758/23334635/e2c342cc-fb70-11e6-888f-28b380f6092b.gif) ### Actual Behaviour Every keypress refreshes the...

feature

I would like to construct a query with negations, such as finding messages which are NOT starred. [construct_query](https://github.com/jeremyephron/simplegmail/blob/e48164525b4573b63f0ef9bbb467c5cee0afa348/simplegmail/query.py#L11) takes in a dictionary that supports various boolean labels, but setting them...

Would it be possible to display the aspect ratio of each resolution in the menu app? I frequently switch resolutions but prefer to only stay in my Macbook's aspect ratio...

- [x] I am using Fish shell version 3.1 or higher. - [x] I am using Python version 3.6 or higher. - [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Aissue) (including closed...

bug

By definition, a [ValuesIterable](https://pydoc.dev/django/latest/django.db.models.query.ValuesIterable.html) should yield dicts for each row in the queryset: > Iterable returned by QuerySet.values() that yields a dict for each row. Similary, [ValuesListIterable](https://pydoc.dev/django/latest/django.db.models.query.ValuesListIterable.html) yields tuples, and...

While configuring my dotbot config, I ran into an issue that caught me off guard and led to the accidental deletion of _source_ files. ``` # Directory structure dotbot.yml t_source/...