Primiano Tucci

Results 10 issues of Primiano Tucci

Hi there, I have the feeling that the data coming from the /photos endpoint, passing feature=user, user_id=$my_user_id (the same which performs the OAuth) is inconsistent and eventually converges only after...

The current design (before this CL) uses the MIG autoscaler to scale up and down. That creates the problem that the autoscaler can shutdown a VM that has sandboxes running,...

Add Priority-Inversion aware mutexes - On Android/Linux: use a std::atomic + FUTEX_PI - On mac/ios/qnx: use pthread_mutex with PTHREAD_PRIO_INHERIT - Other platforms: use std::mutex as a fallback (it still works...

### Describe the bug When the local and remote branch name doesn't match, there is no way for `gh pr create --fill` to work, whether I use the local or...

bug
needs-triage
gh-pr

Just stashing my experiment

Adds a class to reconnect immediately when the initial connection fails, rather than relying on the exponential backoff (which is still there as a safety net) NOTE: this cl is...

TraceBufferV2 is a major rewrite of the historical TraceBuffer. The main reasons for the redesign are: - Supporting ProtoVM and future interning improvements. - Reducing space wasted for internal fragmentation...