Daniel Azuma
Daniel Azuma
Some way (probably a mixin) to integrate with the `less` tool (or other pager). Some hints from clig.dev: > Use a pager (e.g. `less`) if you are outputting a lot...
Currently, App Engine, Cloud Run, and (I think) EventArc tests are classifed as E2E because they require access to gcloud. However, these tests aren't one-size-fits-all, and there are some issues....
**What language does this apply to?** Ruby **Describe the problem you are trying to solve.** The Ruby runtime library provides several Ruby classes `Google::Protobuf::Descriptor`, `Google::Protobuf::FileDescriptor`, etc. that wrap the underlying...
### Describe the problem as clearly as you can When executing `require "stringio"`, RubyGems does not detect that the (default) `stringio` gem is being loaded. This puts it in an...
sqlite3 seems to be confusing bundler by specifying different Ruby version constraints between the source gem and binary gems. Instead of depending on bundler to do something reasonable with the...
https://travis-ci.org/dazuma/blockenspiel/jobs/101196616
Proposed fix for #941
AIP 123 specifies that pattern variables in resource path patterns MUST be snake case (e.g. cannot contain capital letters as you'd find in camel case). However, there are known violations...