John Bender

Results 17 issues of 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 {...

Type: Bug / Error
Status: Approved
Graph: State

**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...

Type: Bug / Error
Status: Approved
Good first issue!
Graph: 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.

enhancement - nice-to-have

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 ``` ![screenshot 2015-09-29 14 51 28](https://cloud.githubusercontent.com/assets/23505/10179261/b487fa4e-66b9-11e5-9427-e938b9d77946.png) The solution is to strip...