John Bender
John Bender
The computed output from phantom's webkit can include properties like `background-repeat: initial initial`. According to the [MDN docs](https://developer.mozilla.org/en-US/docs/Web/CSS/initial) the `initial` value is CSS3 and not currently supported by IE. It...
**Description** For state diagrams with edges pointing to clusters the output will be a parser error. **To Reproduce** Attempt to render the following state diagram: ``` stateDiagram-v2 state Top {...
**Description** State diagrams with a cyclic edge without an explicit label will produce an exception **To Reproduce** Attempt to render the following state diagram: ``` stateDiagram-v2 A --> A state...
This appears to be possible as long as the snapshot id is available from the API. Then it's simply a call to the restore endpoint.
I was able to reproduce on nearly any contract. Using an older version (in my case `4.5.1.0`) solved the issue. Maybe consider providing constraints in a `requirement.txt` or in `setup.py`?...
https://github.com/ethereum/go-ethereum/releases/tag/v1.8.17 > Use hex addresses in EVM assembly dumps (#17870). This is causing errors in `symExec.py` as the hex values are sneaking into the tokenized output. I have verified that...
This bug and all it's details have been logged on the Android [bug tracking website](http://code.google.com/p/android/issues/detail?id=27959&can=1&q=fixed%20position&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars)
Will create test case to reproduce, should have tests at a minimum.
``` javascript $( "\n " ); // exception $( "" ); // shoestring object with div at index 0 ```  The solution is to strip...