Joscha Götzer
Joscha Götzer
Hey there, awesome project - loving it so far. I have a bunch of projects where I use asyncio and I was wondering if that's going to come to the...
If I tell Alexa to "reply to me in English and German" or set multiple languages up in the Alexa App, it can automatically adjust its recognized languages and also...
I would like to change some nginx options for ALL of my applications. Reasons include: - Needing to use the same certificate for every app (#887) - Default IP checks...
On a clean checkout from master, when running `docker-compose build` on my Windows 10 machine, it seems to have trouble creating the socket file (?): ``` Traceback (most recent call...
"Some functionality can only be performed while handling a request" whenever running in a debugger
My project runs fine using a regular start/dev command. However, whenever a debugger from VSCode or WebStorm attaches itself to the process, all requests subequently fail with ``` GET /myurl...
So I came across this library listening to your Podcast with Michael Kennedy and immediately loved this addition to your "python for humans" series. What discourages me though, is that...
Hi there, first of all thank you so much for taking the time and publishing this library, appreciate it a lot since peewee doesn't come with automatic migrations included. I'm...
OS: Windows 10 Shell: PowerShell Core 7.1 Version: [0.3.6](https://github.com/reddec/trusted-cgi/releases/download/v0.3.6/trusted-cgi_windows_amd64.zip) On Windows, I am running into the following error message when attempting to `download` a newly-created lambda from my VPS: ```...
The type annotation for `Binder.bind` is as follows: ```python def bind( self, interface: Type[T], to: Union[None, T, Callable[..., T], Provider[T]] = None, scope: Union[None, Type['Scope'], 'ScopeDecorator'] = None, ) ->...