Yvan da Silva
Yvan da Silva
Hi, Just wanted to point out that a new version of wrapland just came out, and with this release 2 new tools (forked tools) Disman & KDisplay. You can see...
Hello, Nice gem, I was wondering if you could add more ruby hash methods ? http://www.ruby-doc.org/core-2.1.5/Hash.html each_pair etc. Best regards, Yvan.
Hello, When the method clone is called on the google_hash objects and empty google_hash is returned. See the following code: ``` ruby a = GoogleHashSparseRubyToRuby.new() a[:b] = 'test' a.inspect ```...
## Enhancement Enable kcl to be built for package managers such as nix which use the `protoc-bin-vendored` for macos aarch64 platform. A change is currently waiting to be merged here:...
Closes #3582 # Description Adds documentation for `:copyfrom` query annotation. Adds config reference for `sql_driver` required by `:copyfrom`. # Tests None, this affects documentation only. Config json schema was not...
### Version 1.27.0 ### What happened? Missing configuration entry for driver change. https://docs.sqlc.dev/en/stable/reference/config.html#go Driver changes can be required by sqlc, such as when using `:copyfrom` https://docs.sqlc.dev/en/stable/howto/insert.html#using-copyfrom ### Relevant log output...