Graham Cooper
Graham Cooper
This PR https://github.com/rmosolgo/graphql-ruby/pull/2985 changed how we do input validation. The PR was pushed along fairly quickly and this issue is here to capture the questions that were asked but unanswered...
There was a case (that is outlined in the test) that did not work, due to not being able to clone. The iterator worked fine for the cases where the...
### Describe the change This PR adds in an entirely new type to the prompt - commands. This fulfills the ability to have an interactive shell where the user is...
The latest versions of Ruby us the underlying `read(2)` non-blocking socket command under the hood. We no longer need to use `read_full` manually and interrupt for simple reads from the...
New: - Added toxiproxy gem - Added toxiproxy startup script for ci tests Replace/Fixes: - Replaced some `memcached_mock` tests with Toxiproxy tests - Renamed some test helper params to be...
Hello! I was wondering if it would be possible to get a release of libpg_query that supported Yugabyte specific syntax for AST parsing. There are some differences, the main ones...