John Belmonte
John Belmonte
I'm no longer involved with this project (Google has the repo ownership), but I noticed KIXEYE made significant cross-platform enhancements (see fork at https://github.com/Kixeye/render-timing-for-unity). The fork appears to add support...
It would be useful for the update methods to accept a timestamp at which the sensor data was recorded, rather than use time.now which assumes a constant latency between sensor...
### Steps to reproduce Starting from astroid 2.5.7, I'm seeing false not-an-iterable when generator class methods are annotated with `@overload`. ```python from typing import overload, Iterator class MyClass: @overload def...
Currently it seems that the attrs plugin only aims to avoid false warnings. I'd like it to also support detection of nonexistent members (no-member), and be able to use available...
I'm following the paper (http://jmlr.org/papers/volume11/ben-haim10a/ben-haim10a.pdf) implemented by https://github.com/carsonfarmer/streamhist, and the notion of approximate histograms seems elegant and efficient. After seeing the internals of streamhist (trying to fix bugs) and reading...
For the use case of collecting execution time samples during a program run (and ultimately reporting quantiles), I'd like `fill()` to be fairly fast. physt `fill()` execution time seem to...
| Q | A | --------------- | --- | Bug fix? | yes | New feature? | no | API breaks? | no | Deprecations? | no | Related tickets...
**Describe the bug** > me: if there are two Store replicas with the same label sets and time range, am I correct that Query will only hit one of them...
Thanos Compact defaults to indefinite retention (i.e. pruning of data is disabled, signaled by value 0) for raw, 5m, and 1h intervals. In contrast, this chart defaults to the following:...
Currently any invocation of setup.py, except for `--version`, triggers a runtime library check. I think it precludes using the `egg_info` target on other platforms. E.g. pipenv will run this target...