Ryan Brown
Ryan Brown
I've started working on a protobuf code generator to create typescript models. One feature I need is to be able to specify the type of a reference or subcollection. I'm...
When using apierror.FromError with an http error, the `status` field does not get populated, so the GRPCStatus() method returns nil. It seems like this is intended to mean "no status...
Please document what syntax you can use for the `q` field. The api documentation mentions `*` and `-`. From reading closed issues I assume phrases are supported using double quotes....
Fix #200 This follows suggestions from @jayconrod: - Add BUILD.bazel to the repository root so that gazelle will skip generating BUILD files - Add BUILD.bazel files in gen-go with aliases...
How about an option to auto-generate the keyword? Sometimes I just need a shorter url, not a memorable one.
I see that `objectProperty` and `object` are available in closure-compiler/lib/reflect.js. However I do not see any way to use these from an es6 module. I tried adding these to goog.js...
The orbital_velocity function already adds R.
In PR 4180 @shicks said "goog.reflect.cache is also obsoleted by @pureOrBreakMyCode, which can now be used instead of special-purpose caching primitive." I can't find documentation for this annotation anywhere. How...
The nanostores best practices documentation says: > Reduce get() usage outside of tests > get() returns current value and it is a good solution for tests. > But it is...
I can get gemini embeddings with just a gemini api key using the endpoint: https://generativelanguage.googleapis.com/v1beta/openai/embeddings But if I put https://generativelanguage.googleapis.com/v1beta/openai/ in my embed field url, the server adds an extra...