Voith
Voith
Building a Selector based on [JMESPath](http://jmespath.org/) in parsel will help ease parsing Json. This will also help scrapy to add methods like `add_json` and `get_json` to the `ItemLoader`. I got...
https://github.com/TokenMarketNet/ico/blob/d80e6d1afe8569512e0b53e6e927354ef476b7bf/ico/tests/contracts/test_deploy_acceptance.py#L70-L72 In the code above it can be seen that the date has been hardcoded. Howver, the date has already passed away. https://github.com/TokenMarketNet/ico/blob/d80e6d1afe8569512e0b53e6e927354ef476b7bf/ico/tests/contracts/test_deploy_acceptance.py#L97-L107 The above mentioned date is used to...
* Populus Version: on master * OS: OSx ### What was wrong? providing any `command_line` option like `evm_version` in the example below doesn't work ``` "SolcAutoBackend": { "class": "populus.compilation.backends.SolcAutoBackend", "settings":...
### what was wrong The codebase currently uses web3 3.x. However, web3 v4 is out and has a lot of changes included. A lot of bugs(filters in particular) have been...
Once We have confirmed that travis has updated its images (refer to https://github.com/scrapinghub/frontera/pull/208#issuecomment-250019154 ), we can remove the extra code in tox.ini added [here](https://github.com/scrapinghub/frontera/commit/6eb8e06e4b57215f6703cdbc295c25f9098cada5#diff-b91f3d5bd63fcd17221b267e851608e8R15)