Jesse Johnson

Results 48 issues of Jesse Johnson

When changing timelines using the gtk3 inteface, if I try to switch back to a previously viewed timeline I experience a segmentation fault. I can reproduce this easily. Neither the...

Many of my torrents are tagged via their comment section. Ideally the search bar would not only search torrent titles, but also the comments so I could look up torrents...

pr welcome
type:feat

Python type checker libraries such as Pyright have built a consensus around PEP 484 for how to export symbols from a py.typed library. This requires redundantly re-exporting symbols to make...

First off, thanks for this package, it really cuts down on the boto3 error handling boilerplate and makes it more like a proper Python package! ### Problem [Pyright](https://github.com/microsoft/pyright) complains symbols...

On Linux (Ubuntu 22.04) if I set a minimum size, like: ```dart WindowManager.instance.setMinimumSize(const Size(600, 600)); ``` it is repsected until I maximize the window. If I then unmaximize the window...

platform-linux

### Request Support full text search, including: * text at the top of notebooks * text under headlines ### Background It seems orgzly search only matches headlines. When I search...

Type: feature

## Pre-submission checklist - [x] I am submitting a bug report, not a feature request. - [x] I have searched for similar issues, but did not find any matches. ##...

### Request Add a setting to hide goal icons, which are shown on the top right of activities. ### Background A recent change added a icon to the top right...

AFAICT all the examples in the documentation send results to `print`. How can I save results? For example, in Pythonect 0.6 interpreter using Python 2.7.12: ``` a = [1,2,3] [2,3]...

It is clear the gourmet repo has fallen into disrepair. HEAD of `master` has been broken for over almost two years with no commits since, pull requests and solved issues...