Amin Alaee

Results 192 comments of Amin Alaee

Thanks a lot for the suggestion. I think that would be nice. I'll take a look into it but feel free to create PR for it.

@miriam-z This isn't a FastAPI issue, you need to make use of virtual environments or something like `pipenv`.

@Kludex Was this discussed again in gitter? Any links to it? I remember a few months ago this was mentioned and suggested to be left outside of Starlette.

I thin it was mentioned [here](https://github.com/encode/starlette/issues/980) and [here](https://gitter.im/encode/community?at=61f1218a526fb77b319aa31a).

> Mutually exclusive with #1364 I think the second approach would make more sense anyway.

> I am curious about one thing: Why not just create URL based on the returned results of url_for? Then let users add query parameters by themselves. It seems more...

> > I am curious about one thing: Why not just create URL based on the returned results of url_for? Then let users add query parameters by themselves. It seems...

@abersheeran thanks for the clarification. This is exactly the first approach and what Tom Christie mentioned. But that will be a backwards-incompatible change, I think. If it's decided we can...