pallet / alembic

A library for distilling (resolving and adding to the classpath) dependencies
255 stars 13 forks source link

fixed: https://github.com/pallet/alembic/issues/8 #9

Closed behrica closed 10 years ago

behrica commented 10 years ago

I just pass the proxy map through to allow using alembic behind a corporate proxy

hugoduncan commented 10 years ago

Looking good. My only concern is that it is not possible to explicitly disable a proxy setting picked up from the environment.

behrica commented 10 years ago

Right. But leiningen has the same problem. In any case I know from experience, that the user pays attention on the http_xxx environment variables, as a lot of application depends on them. It makes environment switches a bird hard, but this is a Linux issue as such.

hugoduncan commented 10 years ago

Merged as 8ced4ed! Many thanks. Closes #8.