James Stidard

Results 17 comments of James Stidard

Glad someone has made this - I work with a lot of projects open at once and the default names aren't handy for me. Would be great to have it...

I opened this issue with IntelliJ, don't know if it's related: https://youtrack.jetbrains.com/issue/PY-30856

Thanks for the response @fafhrd91. I did go ahead and clone your repo, though I wasn't able to get it to run. Though one of the things I had to...

@fafhrd91 Oh great, thank you. I've just pulled the latest and will take a look.

I've experienced the same. If it could disable while full-screen is active (dunno if windows APIs can detect that) that would be great.

It's been a little while since I worked with this framework. I actually can't remember if I addressed everything in this issue. You are welcome to take a look at...

Realise this might be a little off topic, but I took the example hotstream implementation and I'm using it to broadcast events to a web app. Been working spot on,...

@vxgmichel Ah, I was somewhat on the right tracks. Still not massively confident with asyncio mechanics. Here's the actual use case, if you're interested. I'm running a redis server for...

> So do you use aiostream operators between redis and the hot stream, between the hot stream and the websocket, or both? Currently it's looking to be `redis (1) ->...

> I'm still wondering whether the hotstream idea is mature enough to go into the lib or not 🤔 Yeah, can't really say. It's certainly something that I've found useful...