-
From [this Kokoro job](https://source.cloud.google.com/results/invocations/28eca36b-8c34-4f48-9a9a-bdf9e7ab7a8f/targets/cloud-devrel%2Fclient-libraries%2Fpython%2Fgoogleapis%2Fpython-cloud-core%2Fpres…
-
Need to encode hash to prevent `Unable to generate hash` errors and it causes a build loop due to the .hash file not updating.
For me it stays at `8c7dd922ad47494fc02c388e12c00eac`
-
**Describe the bug**
`requests 2.26.0` switched to using `charset_normalizer` by default under Python 3 (see: https://github.com/googleapis/python-cloud-core/issues/117). After this change, a resp…
-
After install in install prefix I'm trying to test installed resources using pytest.
Maybe I'm doing something wrong but this is what I've got:
```console
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUIL…
-
## Description of bug / unexpected behavior
trying to set up logging in a config file fails
## Expected behavior
logs written to a file
## How to reproduce the issue
Code for reproduci…
-
How do you set 'values' for the message below?
```py
class Row(proto.Message):
r"""A representation of a row in a relational table.
Attributes:
column_spec_ids (Sequence[str]…
-
When implementing #35 I hit the probably common footgun of passing a string to `Record(...)` instead of a `Hash` instance.
I added an assert to track down the origin of the issue and was surprised …
FFY00 updated
3 years ago
-
In GAE standard, ndb has the concept of the urlsafe string version of a Key.
e.g. `url_string = sandy_key.urlsafe()` produces a result like `agVoZWxsb3IPCxIHQWNjb3VudBiZiwIM`.
However, I cannot f…
-
Given the Linux world is moving to Wayland as the step on from X11 it would be
good to see Wayland supported in WSL.
Off the top of my head think there is enough protocol/API to completely isolate
a …
-
My `.gitignore` is quite simple. It forces me to explicitly add new files or use `-u`; which is good practice and I don't have to worry about adding a bunch of exclusion rules as things pile up.
``…