Patrick Wang

Results 7 comments of Patrick Wang

This patch might fix this issue, though I'm not familiar w/ the usage of "local" directory in Linux(?). ``` --- a/clonevirtualenv.py 2014-10-29 22:15:44.083003865 +0800 +++ b/clonevirtualenv.py 2014-10-29 22:18:29.798996574 +0800 @@...

You're right. In `fix_local_scheme` call, it'll check the existence of the `local` directory, if exists, no-op, otherwise, create it. Thus, the best/correct solution is copy-modifiy-paste the code from `fix_local_scheme` to...

The symlink problem seems to be fixed by #17

I ran into another problem using rjkip's patch: the white-space character in the path. The default directory name of ST2Portable is "Sublime Text 2.0.1", which contains two spaces, causing mistake....

* Enable PreviewResize * navigate to Preview.vue To make `calculateImageResolution > image.DecodeConfig` happy, need to import `_ "golang.org/x/image/webp"` in files/file.go to `RegisterFormat` first. However, failure to calculate resolution merely prints...