OverlordQ

Results 20 comments of OverlordQ

I'm fairly certain this is due to the 'fast' new method of Bitcoin Core doing catchup, it downloads the headers first, then the full block data later. In this case,...

I did, but it was in the same folder :). It'd be smart(er) to keep the wallet files not in the same folder as the app. IE: wallets go in...

Using PIP. Tried upgrading dependencies: awscli-1.13.0 boto3-1.4.8 botocore-1.8.3 Still get same result. The hacky fix is on `awsshell\app.py:515` make it look like: ``` self._env[str('AWS_DEFAULT_PROFILE')] = new_profile_name ```

Well what type of communication are you needing? All it's doing is bundling upstream into a container. The last beets release was almost two years ago.

Yeah, the main issue I've found is the WTForms macros will need a heavy overhaul for v4 forms. Otherwise @jeevcat's fork is WFM.

Running into this exact same issue as well with `read1` not actually reading full events before passing it off to the handler.

Okay, so I think it comes down to this. Calling `read1` using the raw file-pointer is context agnostic. You say read, it goes gobble gobble and spits back everything it...

I would guess that the Wikimedia test case @xqt gave will exhibit this, but http://stream.pushshift.io/ was where I was running into this behavior. And yes while it does say should,...