Josh Holbrook

Results 51 issues of Josh Holbrook

This project looks really nice for viewing csv files: https://github.com/alexhallam/tv I should add support for this to `kbview`, since I'm kinda a dumbass and won't remember to use it normally....

I stumbled on this bit of documentation from RTD: https://docs.readthedocs.io/en/stable/config-file/v2.html It would behoove me to step through it and actually configure the pyee docs build. XD

I think it's about time that pyee adopt pyproject.toml. It already has a file for configuring isort and pyright, but a lot of fields can be actively moved there from...

In #94 we noted that when an error is captured in the `AsyncIOEventEmitter`, it can be tough to debug due to losing the context in which the handler was called....

It would be cool to have a type-safe `TypedEventEmitter[E]` class which picks up some of the parts I wasn't able to make work from https://github.com/jfhbrook/pyee/pull/97 .

6.0.0 has a way of supporting fairly arbitrary backends. That means that we could make an event emitter that can hook onto a celery app. Maybe like: ```py from celery...

Hello! I'm running openMSX on a Fedora 36 laptop and so far so good! But I noticed that the `SDLGL-PP` renderer is unhappy on my machine: ``` warning: Couldn't activate...

Hello! I wanted to play with this project - it's relevant to my interests - but I wanted to be able to install it with pip. So I took a...

I didn't maintain a changelog the first few years of pyee. That's a good 4+ years of history that's only documented in the commits. This isn't super important, but it...

This PR removes a bunch of deprecated APIs. These have been deprecated for multiple major versions - it might be time.