1e0ng

Results 32 comments of 1e0ng

If you just use `docker-compose up`, do you get errors? In my environment, it just works. Yes, the docker daemon currently requires root privilege, but the docker-compose is kind of...

I'm using OS X. I don't think this is an issue OS dependently. Maybe your error is caused by [this](https://github.com/docker/compose/issues/2180). I know the `docker-compose` calls `docker run`, and I think...

Yes, the `$` sign is an evidence. Note the official guid use the `$` sign, which means it's not a root user. If it's a `#` sign, it means a...

I get the same error. I use homebrew to install PyQt4. There is a `Segmentation fault: 11` error when the script quits.

@jeanphix , there is an error when execute `pip install pyside`, so I use `brew install pyside`, but the segmentation fault issue remains. I guess PySide is based on PyQt.

@jeanphix ``` [ 70%] Building CXX object libshiboken/CMakeFiles/libshiboken.dir/sbkconverter.cpp.o In file included from /tmp/pip_build_root/pyside/sources/shiboken/libshiboken/sbkconverter.cpp:26: /tmp/pip_build_root/pyside/sources/shiboken/ext/sparsehash/google/dense_hash_map:97:10: fatal error: 'tr1/functional' file not found #include HASH_FUN_H // defined in config.h ^ /tmp/pip_build_root/pyside/sources/shiboken/ext/sparsehash/google/sparsehash/sparseconfig.h:18:24: note: expanded...

@googleberg Hi Jerry, could you help take a look at this PR?

> Hello @1e0ng, please sign the CLA and then I'll be happy to take a look. Yes, I have signed the CLA. I think it's the Mergeable check that fails...