Aris Pikeas
Aris Pikeas
Thanks for the reply, @moul! Would you like separate issues for the changes in 1, 2, and 4? 3: (hostname not specified) - No strong feelings on my end about...
I've pulled out most of these into separate issues. Regarding generated ~/.ssh/config not being compatible, here's an example of what I mean: Host foo IdentityFile ~/.ssh/foo User foo # Inherits:...
This would be great to have! For example, it would be nice if this snippet was type-aware: ``` period = pendulum.period(start, end) for dt in period.range("hours"): pass ```
> It turns out the fix for this will be pretty complex and a bit risky as we're prepping for 1.0. Bumping this down to a `p2-has-workaround` but this will...
Bringing over my comments from https://github.com/tiangolo/fastapi/issues/726: Starlette discourages `on_*` handlers, and @sm-Fifteen `sessionmaker` is a thin wrapper around `Session` that passes through default arguments, including the engine. There seems to...
Thanks for the thorough reply! One quick note about `on_*`... > > Starlette discourages `on_*` handlers, and @sm-Fifteen `sessionmaker` is a thin wrapper around `Session` that passes through default arguments,...
Would love a flag for this, `if (...) // explanation of condition` is a common idiom and I wish the comment wasn't forced to the next line.
@tomchristie Love the ongoing work on starlette, what's your current timeline for cutting a 1.0 release?
This would be great, is there a timeline for when the proposal will be reviewed?
Mounting a substitute `gunicorn.conf.py` with `workers = 2` reduced usage to 120 MB. It would be great if the worker count could be overridden as a CLI arg or env...