staticdev

Results 110 comments of staticdev

I have nothing against having the option, the support will be proportional to the usage. @bemyak do you have interest in creating a PR maybe? Looks like you already figured...

@bemyak we are in a transition phase. I think 2.0.0 will come soon enough so you can use it as base.

hello all, I have been super busy with some other ansible issues, construction (like @geerlingguy =p) and don't really understand why this issue is happening. most my roles are tested...

@wiktor2200 Thanks for trying it out. I saw some potential issues with current state of the PR on comments.

@aalaesar package managers in general resolve better if you send the complete list of apps in one command. I know this works for example for apt and pip packages. Not...

> > Sorry also for taking long and welcome back! From my side the functional side looks good. I found a couple of issues with the imports, some are super...

@aalaesar this one has removed `help wanted` but still not done right? Do you have plans for it?

@aalaesar I think I would also not invest time on it and close as wont do.

I am still having `RuntimeError: Unexpected message received: http.request` with latest fastapi 0.108.0 and startlette 0.32.0.post1, with a: ```python @app.middleware('http') async def my_middleware(request: Request, call_next: Callable[[Request], Response]) -> Response: #...

With `sudo apt-get install python3-distutils` it works. Should this be required, explained in docs and/or in the error message?