Jonas Petersen

Results 8 comments of Jonas Petersen

We're having the "Fatal error: socket hang up" on some rest api that runs on port 8080 with "https: false". Strangely it helps to change the api and proxy settings...

Just bumped into this issue. Is there any updates on it? It seems Qt was upgraded to 6 in December. But I still end up with this: `Error: Error while...

Having the same issue here. Quick hack: install python 2 via brew: `brew install python@2` Then in `pidcat.py` change #!/usr/bin/python -u to #!/usr/local/Cellar/python@2/2.7.15_1/bin/python2 -u (Might vary depending on the exact...

Simply symlinking `python` to `python3` isn't a good idea. First of all, it is not "simple" on macOS due to [SIP](https://en.wikipedia.org/wiki/System_Integrity_Protection) since OS X 10.11. Secondly, it might produce confusion...

The 5MB minimum file size limit is self-imposed by this module. It's a bug. I fixed it and made a pull request: #45

May I doubt that you applied my fix? It seems like you didn't even use the `aws-s3-multipart-copy` module. Why not use a gist or something to post your code? https://gist.github.com/