Dorian Brown
Dorian Brown
The weird thing about this error is that it seems to be an issue with the database API's, and not the sqlAlchemy code from what I can see. Here's the...
Nevermore, I fixed mine by using another dbapi package. Good luck!
That's great to hear! I'm starting on some css and already hacked in the functionality so no hurry. I am trying to keep close to the master, I recently found...
If you could share a small reproducible example of this using the library, that would help me understand what function's you're referring to with your question.
Thanks for the kind words, and I'm glad this package has been of use to you! It sounds like it would be a useful addition to the package. I don't...
Have you checked out the `get_batch_scores` method yet? It sounds like this might be what you're looking for.
Using boolean operators in queries in the way you described isn't currently part of this libraries functionality. That said, if there's enough interest I think it could be worth looking...
Not sure if this would be the same as Mycheze's answer, but for me enabling virtual desktop does prevent the windows from fighting to be on top (both within the...
This branch seems to solve a problem I had with emulating virtual desktops in the previous one, but now seems to introduce a new issue: ``` wine: Unhandled exception 0xe0434352...
This is what happens when I run this PR using an emulated virtual desktop:  Running without the virtual desktop starts normally, so seems specific to this version. Past PRs...