goodboy

Results 452 issues of goodboy

Would this be something you'd accept as a PR? For example making changes like: - flipping `loop.run_until_complete()` to `asyncio.run()` - using the new [taskgroups](https://docs.python.org/3/library/asyncio-task.html#task-groups) from 3.11 - swapping `.ensure_future()` with...

This let users avoid having to always pass a path with for example `jakym -l ` and instead *just pass the playlist name*. The most sensible spot would probably be...

Probably best explained with a simple snap of the shell: ![screenshot-2023-01-17_16-06-27](https://user-images.githubusercontent.com/291685/213012609-ddfb2fd9-3c63-44a5-8133-99a9ed7f9d70.png) I'm not entirely sure what this `jaylist.json` file is 😂 but I guess I should try to create it...

In an attempt to resolve the feature request issues i submitted: - #288 - #289 - #290 --- #### Summary: - add a `Array._multiline_indent: str` and expose it through a...

More or less a control for an `indent: str` when `Array._multiline == True`. The `Trivia.indent` doesn't seem be the right place because it's in reference to the parent container? Also,...

As per https://github.com/pytest-dev/plugincompat/blob/master/OVERVIEW.md

Using the `IPython` `tt.test_blah.test_foo?` syntax for quickref-ing docs should give the documentation for all contained test nodes. Currently the `TestSet` docs are used which is not so useful. The whole...

Basing these off the pytest unit tests probably makes the most sense. Not sure how to test the magics stuff offhand. Might have to look at the IPython test set.

See an example algo here: http://blog.amjith.com/fuzzyfinder-in-10-lines-of-python

It would be handy if the embedded scope provided lazy access to all available upstream fixture values for introspection and debugging. Proper considerations should be made for disabling the `capturemanager`...