Christopher Wilcox

Results 42 comments of Christopher Wilcox

I am not sure I would consider this a bug, but more a result of us trying to make things ergonomic in libraries. Filters must specify, via proto, the value...

@vicb I think what might be missing is that we have to account for folks using other languages, accessing the database not just from node. For instance, since JS has...

Adding here after chatting a bit further. Because of the inference of the client, it is hard to only insert doubles. If you want to enter values 1,2,3.99, there isn't...

@vicb would it be fair to characterize the status of this as the following: As a user you would like to see the untyped entries to not be the *preferred*...

I think the way forward is to start with exposing, in docs, the double() and int() representations, maybe not highlighting inference for numbers. I think this would be needed on...

We should add support to use IPv6 emulator, but I am not sure this is a bug. Relabeling.

> > Do you think it would be worth expanding the response to a partial object in the second case, ie > > ``` > [{ > emb: {name": 'first'},...

Okay, I think I understand. Going to restate to be sure though :) Select, when selecting the mentioned field, returns the key as the select statement. In this case "emb.name"....

I think this is a reasonable request. I did a quick compare with how this works in Python ``` Query projection: [] Keys: dict_keys(['integer_column']) Query no projection: [] Keys: dict_keys(['integer_column',...

I released a new version of the `@google-cloud/logging` package that will now retry when writing log entries on `UNAVAILABLE`. https://www.npmjs.com/package/@google-cloud/logging/v/4.3.0 For operations deemed non-idempotent, such as the case with things...