Stephen
Stephen
_From @lukesneeringer on March 13, 2017 19:41_ Based on the discussion in the Node.js standup today, we are deciding this is not release blocking. A user who needs the full...
I don't believe there is a good solution for this without introducing complexity. #### **TIMESTAMP** [The docs](https://cloud.google.com/bigquery/data-types) say that TIMESTAMPs are stored internally with microsecond precision, however, the raw API...
@alexander-fenster any input?
Ping-o @callmehiphop
> I can't see .get() documented here: https://googleapis.dev/nodejs/datastore/latest/Transaction.html @AVaksman do you know how to get that method in there? > if you provide a single key to [`transaction.get()`], it returns...
Hi @giangm9. Thank you for reporting, and sorry for the delay. This module, and others that we use in our client libraries, require `.proto` files. These are included with the...
@bcoe do you know if we are able to support this type of use?
Thanks for opening the issue! What would be an ideal solution on our side? Running `Math.floor()` on the float? Throw an error, specifying only an integer is expected?
The issue I'm seeing is that the API expects an integer value to compare against integers. It cannot compare floats against integers. So, if we're given a float of `123.456`,...
@bcoe @JustinBeckwith any ideas where to turn for halp?