Ben Plunkert
Ben Plunkert
@k1LoW provided helpful information which got me going. This is the syntax I used: ``` its(:propagating_vgws) { should include(Aws::EC2::Types::PropagatingVgw.new(gateway_id: 'xxxxxxxxxx')) } ```
I am surprised this feature does not already exist. It's clearly a blocker for myself and probably most other users (since exchange support is quite limited). How are users currently...
> I am not a futures trader, but they are different to margin trades right? We have a generic issue for margin trades support: #1980 Yes, they are different. Some...
I too am experiencing this issue, and I believe test-kitchen/test-kitchen/pull/454 may offer a workaround and/or solution if it is merged.
It looks like [this documentation](https://github.com/bitpay/bitcore/blob/master/packages/bitcore-lib/README.md) has been updated so I think this could probably be closed out.
I am not a Windows user, but I think WSL uses a virtual machine, so when your browser runs (outside that VM) it's trying to connect to 127.0.0.1, which in...
I was also stuck on the same issue. Here is some information I found. It looks like there are a couple of upstream pull requests to update elliptic to use...
It looks like this question is about [Bitcoin Core](https://github.com/bitcoin/bitcoin). This repo is bitcore, not Bitcoin Core.
`.env` is a file, not a folder. Syntax can be found [here](https://www.npmjs.com/package/dotenv). As far as supported and/or required values, I am not sure. I think it would be helpful to...
~~I'd like to second this request. I find development against this API confusing because there are multiple (external) documents on Electrum protocol specification, but they don't seem to be accurate.~~...