Mark Rigby-Jones

Results 4 issues of Mark Rigby-Jones

Backslashes need to be escaped in point values where they immediately precede a double quote, or where they're the last character of the value. Example errors: value=a b value=a\b value=a\"b...

Unescaped backslashes should only cause a problem if they immediately precede a dobule quote, or if they're the last character in the value, but we escape them all, just to...

I was seeing an issue with `react-bootstrap` ``s sometimes not being removed after completing their exit transition (and thus remaining on-screen and blocking any further user interaction.) This appears to...

**Describe the bug** I'm connecting to a Neo4j cluster with three nodes by creating a client with three drivers, one for each node (same alias, different priorities.) If the highest...

bug