Kyle Rich

Results 8 issues of Kyle Rich

There needs to be an efficient way to modify all records matching a QuerySet. I would imagine this would best be implemented as an `update` method on the QuerySet, that...

I got the following error, while trying to display the word "Pokémon®" in a rumps app: ``` 2015-02-25 16:01:37.003 Python[36982:781751] : 'ascii' codec can't decode byte 0xc2 in position 28:...

I would like to set a default icon size somehow. I'd suggest one of or both of the following, though I don't really care how it's done. ``` python RumpsApp(debug=True,...

I have a use case where it may be easier to pass a blob of text representing the contents of a requirements file, rather than a file name (because a...

enhancement

With adoption increasing for `Pipfile` based dependency declaration, it would be great if this library could parse a `Pipfile` as well. Nice thing is that since a `Pipfile` doesn't support...

enhancement

`just` cannot find my global justfile. I believe this behavior is specific to macOS, as the same exact dotfile configuration works just fine in WSL on Windows, as well as...

good first issue

- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Table padding is miscalculated in first column** I'm using...

Needs triage

I just spent some time trying to figure out why my `@params` function decorator didn't seem to be doing anything. My conclusion was that I put `@params` between the function...