Kris Wilson

Results 4 issues of Kris Wilson

a while back, `twitter.common.python` became `pex`. there are still references to `twitter.common.python` scattered in the code base - particularly, a failure in the release script: ``` Running register sdist upload...

this can manifest in CI as: ``` tests/python/twitter/common/metrics/test_sampling.py F.. tests/python/twitter/common/metrics/test_gauges.py ...... ==================== FAILURES ==================== _______________ test_sampler_base ________________ def test_sampler_base(): class TestSampler(SamplerBase): def __init__(self, period, clock): self.count = 0 SamplerBase.__init__(self, period,...

### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow Model Analysis)**: N/A - **OS Platform and Distribution (e.g., Linux...

type:bug
stat:awaiting tensorflower

to improve performance when quick-opening on top of git repos, it'd be useful if jupyterlab-quickopen could automatically respect the .gitignore files on the filesystem (via either `git ls-files` or other...