-
### What is the current behavior?
I found a bug in `latex_circuit_drawer` when conditional gate is drawn with `reversebits` option.
Index of registers is not correctly handled in `latex_circ…
-
### Environment
* Operating System: macOS High Sierra 10.13.6
* Vim version ```VIM - Vi IMproved 8.1 (2018 May 18, compiled Sep 8 2018 13:02:13)
macOS version
Included patches: 1-350
Compile…
-
I'm seeing integer overflow/underflow for NUMBER types in SQLAlchemy 1.2.x, but not in 1.1.18 with cx_Oracle 7.0.0.
Test Script
```python
import cx_Oracle
import sqlalchemy
import sys
or…
-
**User Story**
As a bitshares-ui developer I want to get the result of the settlement of an MPA that has blackswaned when I call `get_account_history` so that the issue https://github.com/bitshares/b…
-
Doesn't look like this is currently supported, I wanted to confirm that's the case before digging into the code. Also before implementing code, is this a sort of enhancement which is likely to be acce…
-
Hi I'm trying to add unofficial trading support for CoinExchange. I have found out the trade API is at https://coinexchange.io/ like (https://www.coinexchange.io/delete/market/order) while the public …
-
```py
from PIL import Image
import time
img = Image.open('large.png').convert('RGB')
t = time.time()
for i in range(1000):
img = img.convert('RGB')
t2 = time.time()
print(t2-t)
```
It …
-
### Actual behaviour
![screenshot_20180414-214804](https://user-images.githubusercontent.com/22525368/38772068-8bc50c04-402e-11e8-9954-f15e6be9d542.png)
### Expected behaviour
The timestamp sho…
-
Hi,
I have an AMD R9 390 with Crimson Driver ver 17.4.4 installed, using ethminer.exe v0.11. By running, the benchmark with:
`ethminer.exe -G --benchmark`
The result shown was something like:
…
-
I was a bit surprised to discover that `osqp_warm_start_x` clears the dual warm start and `osqp_warm_start_y` clears the primal warm start:
https://github.com/oxfordcontrol/osqp/blob/370dd33622aa1fec…