Yves Fischer

Results 8 issues of Yves Fischer

Its helpful to include a howto for setting http_proxy environment variable, example (this commit depends on socks-related changes and is therefore not compatible to milanw/springer_download@master): yvesf/springer_download@75e4a086a0a16aa072b7 the python behavior regarding...

Current workaround is to start the iodined server with "-m 1280". See also issue #4

It has been reported that setting a custom DNS server in the preferences doesn't work on a Android 5.0 Device. It's not confirmed yet if it is really connected to...

bug
need-more-info

The downstream fragment size (cmdline -m) is currently hardcoded to 'auto'.

enhancement

Please consider adding a license statement to your project (or clarify that you deliberately choose not to do so). You find a nice explanation here: http://choosealicense.com/ Thanks

Some servers serve JPEG images with content type `image/jpg` instead of `image/jpeg` (the `e`). The transcoder should catch these as well (compy.go): ```go if *jpeg != 0 { tcjpeg :=...

In `AclAutoProxyCreator#afterPropertiesSet` a list of beanNames is collected from the service class names. This list is later used to decide about creating a proxy for this bean in `getAdvicesAndAdvisorsForBean`. The...