Rob van Hoose
Rob van Hoose
Previously the state machine machine was able to express multiple source states for a transition, but was unable to define the complete source + transition = destination. Consider processing +...
This addresses issue #74 Query strings can include all url encoded characters, often beginning with '%'. Without this patch, this common and valid url fails validation: `https://example.com/app?value=two%20words` Hope this helps!
This, completely valid url, fails url validation: `https://example.com/app?value=two%20words` Solution proposed in PR #75
My question: In StackExchange.Redis hosts are configured as a list. Will adding only the two AWS managed primary and "read-only" endpoints to the host list result in the expected behavior...
Basic "hello {you}" flow doesn't work. Calling scan.next() just blocks but without accepting input or recognizing EOL.