Christopher Toth
Christopher Toth
After stumbling across this same error and performing a bit of research, I came across this recipe. Perhaps you could add it as a patch? http://code.activestate.com/recipes/440694-determine-size-of-console-window-on-windows/ Thanks!
Is this project in a state where this can be merged and released? If not I can look into forking it as we still use this for Python 2.
> dont specify audio devices If I wanted to use the default output, I would use the default output. In my particular case I am sharing the speakers of my...
We are creating a protocol handler for NVDARemote to be able to open nvdaremote:// links. https://github.com/NVDARemote/NVDARemote/pull/112 This necessitates prompting the user, which I did with a gui.messageBox in a wx.CallAfter...
I have rebased this on latest master and it is now working properly. If any of the tests fail, the job fails. If they all succeed, it succeeds. We should...
@joestump I'm not sure if @yml saw your mention of this comment. I can do the work if @yml no longer wants to hack on this :) We're upgrading from...
To be specific, I meant that we were using the OAuth package and were upgrading to OAuth2 for Python 3 support, but needed this functionality. Sorry for the confusion! On...
Is there a canonical way to do this now in 2022?
So far the best way I've found to do this is by creating a [Machine User](https://docs.github.com/en/developers/overview/managing-deploy-keys#machine-users) and inviting it to the organization. Then, in requirements.txt you can add lines like:...
It would be possible to send the current pitch along with every speech message. This would tie the two synthesizers together more than I would prefer, but would work. It...