Julian Villella
Julian Villella
Is there a plan to release the source code on this project? I'd like to test-drive it myself.
The following code is called in the `JVFloatingDrawerViewController`. ``` - (void)actionCenterViewContainerTapped:(id)sender { [self closeDrawerWithSide:self.currentlyOpenedSide animated:YES completion:nil]; } ``` `YES` has been hardcoded. This needs to be fixed so the user...
- **OpenEthereum version (>=3.1.0)**: 3.3.0-rc.8 - **Operating system**: MacOS - **Installation**: built from source - **Fully synchronized**: yes - **Network**: ethereum - **Restarted**: yes Was reading through the trace module...
Scenario Studio artifacts have become rather unwieldily, we use a mix of sumo XML files for routes, sep. pickles for missions, bubbles, road frictions, etc. Due to lack of overall...
I'd like to use the device's default dialog style dependant on its Android version. How would we do this?
As it stands now, block validation requires the `to` field of the payout transaction to be that of the fee recipient. This is problematic as reorgs still do happen in...
I've been testing the latest LND w/ Umbra and have found it is doesn't try to unlock the wallet due to a faulty is locked check. This should be more...
Running, https://github.com/quantopian/pyfolio/blob/4b901f6d73aa02ceb6d04b7d83502e5c6f2e81aa/pyfolio/examples/single_stock_example.ipynb Fails on, ```python stock_rets = pf.utils.get_symbol_rets('FB') ``` With, ``` --------------------------------------------------------------------------- KeyError Traceback (most recent call last) ~/src/portfolio/.venv/lib/python3.8/site-packages/pandas/core/indexes/base.py in get_loc(self, key, method, tolerance) 2888 try: -> 2889 return self._engine.get_loc(casted_key)...