Felix Ingram

Results 30 comments of Felix Ingram

I have the same issue. If you hit F2 and turn colour off then you can avoid the error. Granted I then get another but it's not a `pygmentize` one.

Sorry - it's all a bit obscure. I believe I managed to debug this by using pysaml2 - I was able to get this to do the authentication and then...

Not that I know what I'm talking about but there was a [good talk at EuroPython a few years ago](https://www.youtube.com/watch?v=1lJDZx6f6tY) that talked about asyncio things, including shutting down gracefully.

I think the devil will be in the details. I'm not sure how well your approach scales to multiple widgets each taking focus etc. I know @willmcgugan is working on...

I would also be very much interested in this on Windows - similar to ConEmu would be ideal. (apologies if this is not how the Community Feedback label works)

In ConEmu, I have ctrl- mapped to different shells. I have powershell, powershell as admin, and cmd as my main three, but also have the various Visual Studio cmd shells...

I know this is an old issue but is there a recommended way to get named column access to results?

I'm currently creating dataclasses by doing `MyClass(*result)` so that would be my preference. (I'm actually using [aiosql](https://github.com/nackjicholson/aiosql) to call my queries, so I will have to see whether I can...