sebastienvercammen

Results 60 comments of sebastienvercammen

Although not 100% what was requested, there's a bug in Monocle that makes it so none of the new accounts will ever spin a pokéstop until they've completed the tutorial...

On Windows, as of 8/8/2020, `ffpb` can't be used as CLI on Windows, with the same issue: ``` File "C:\Users\Seb\AppData\Roaming\Python\Python38\site-packages\ffpb.py", line 43, in import sh File "C:\Users\Seb\AppData\Roaming\Python\Python38\site-packages\sh.py", line 34, in...

👍 Similar problem, using `webtorrent-hybrid` via CLI. Same result as @flimshaw. I looked through the code and noticed [webtorrent/webtorrent-hybrid](https://github.com/webtorrent/webtorrent-hybrid/) only sets an RTC global that later gets "picked up" (referenced...

@feross Thanks for jumping in. Will do. :)

Thanks for the additions @Weedshaker. I've been too busy to work on this, but I'm planning to make time soon to get this sorted. I'm following the updates and they're...

@Weedshaker Any update on the second test with `--verbose`? Any logs that hint at the problem?

It's 2020, and I had a similar issue as described above. Only the full commands that @Kronuz shared fixed it. ``` brew install autoconf automake pkg-config libtool pip install librabbitmq...

Same issue when `ffmpeg-bar` is run from a python3 script via `os.system()`. This alternative works for py3: ```py subprocess.run(ffmpeg_command, shell=True) ```

This issue still persists. The CLI runs ffmpeg twice. It also shows negative ETA times, and was jumping from -7h to +8h on every update, so the times were wildly...

+1 Some standardized details should definitely be included for each external service, to be aware of the details. E.g. For mail this is backdoor potential and legal requirements, VPNs would...