Christopher Wilcox

Results 16 issues of Christopher Wilcox

I ran `pytype` and then `merge-pyi` on an existing codebase. In a few places, the following was added. ``` async def _commit(self) -> Coroutine[Any, Any, list]: ... ... return list()...

bug
cat: tools

Adding documentation to civil types was raised in https://github.com/googleapis/google-cloud-go/pull/4302.

api: datastore
type: docs

https://github.com/network-quality/server/blob/main/SERVER_SPEC.md network-quality has posted both a server as well as a client. It could be interesting to alter our backends to use this server (or at least implement its api)...

I think we could get the exec time down for gcping, also make it seem a bit more responsive if we used service workers for the requests? https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers

Related to #754, #759 Remove auto inference of Numbers. This is a 'foot-gun' in the library and we should encourage usage of `datastore.double` and `datastore.int` so the library doesn't choose...

type: feature request
api: datastore
priority: p3
next major: breaking change

Currently the `entityFromEntityProto`/`decodeValueProto` method, which is used to cast datastore entities into Javascript objects, converts `DatastoreInt` and `DatastoreDouble` to `Number` by default. While this was done to make the surface...

type: feature request
api: datastore

As discussed in #754, the auto conversion to datastore types doesn't work particualrly well in Node.js. Numbers need to be coverted to int, double, but there are times it makes...

help wanted
type: feature request
api: datastore

https://github.com/tensorflow/benchmarks/search?q=google-cloud&unscoped_q=google-cloud This repository contains a setup.py or requirements.txt file that depends on the `google-cloud` package. This package is deprecated. If you wish to continue to use this package, please pin...

A user reported seeing this error to me. To be clear, the issue isn't in nox but instead in debian/virtualenv, but I wanted to open this so others that encounter...

bug

Old versions of the github action tests (2.7, 3.4, 3.5, 3.6) were failing, reporting missing interpreters. For now I removed them, but we may want to look into bringing them...

bug