Adis Osmonov
Adis Osmonov
## Steps to reproduce 1. save snippet below, name it like `json_typed_store_bug.rb` 2. `ruby json_typed_store_bug.rb` ```ruby begin require 'bundler/inline' rescue LoadError => e $stderr.puts 'Bundler version 1.10 or later is...
## Steps to reproduce 1. save snippet below, name it like `json_typed_store_bug.rb` 2. `ruby json_typed_store_bug.rb` ```ruby begin require 'bundler/inline' rescue LoadError => e $stderr.puts 'Bundler version 1.10 or later is...
[Authentication changes with Octokit v4.22 causes failures with legacy Faraday versions](https://github.com/octokit/octokit.rb/issues/1392) Maybe it's worth to add note about it? I've spent couple of hours to debug this problem and that's...
I'd like to see `invoker list` with watch/follow mode. Is it hard to do? I thought I can try to implement, but with your help.
## Summary With this PR it will be possible to use it following way Config: ``` query_parser_enabled = false query_parser_read_write_splitting = true ``` Example: ```sql SET SERVER ROLE to 'auto'...
Without this policy it won't be possible to use custom retention period
Clarify behavior of column filtering in pglogical replication.