Tom Brown
Tom Brown
I have a python job that uses starts ~8 sub processes. Sometimes py-spy exits with an error. The command line I run is: `RUST_BACKTRACE=full py-spy record --output perf/master-a6df25b-a0ae67f.speedscope.json --format speedscope...
Looking at https://github.com/covidcaremap/covid19-healthsystemcapacity/blob/master/data/published/us_healthcare_capacity-county-CovidCareMap.csv is rows for FIPS 46113 and 51515. According to https://www.ddorn.net/data/FIPS_County_Code_Changes.pdf: "South Dakota, 2015: Shannon County (FIPS 46113) is renamed to Oglala Lakota County (FIPS 46102) as of...
I'm having trouble getting python-rocksdb running. I followed https://github.com/twmht/python-rocksdb#quick-install with the small change of `git checkout v6.4.6` to get a stable rocksdb release. When a run a script that `db.put`s...
I built the pybind11 branch in a container following the instructions at https://github.com/twmht/python-rocksdb/tree/pybind11 : ``` git clone https://github.com/twmht/python-rocksdb.git --recursive -b pybind11 cd python-rocksdb python setup.py install ``` but when a...
I'm having trouble getting python-rocksdb running. I followed https://github.com/twmht/python-rocksdb#quick-install with the small change of git checkout v6.3.6 of facebook/rocksdb and running `make install` instead of putting paths in the shell...
I expect the `tested` metric to have data for recent dates but noticed that California counties stopped updating. This means CovidActNow no longer shows `Positive test rate` at https://covidactnow.org/us/ca/county/sonoma_county List...
I'm calling aiokafka directly to work around limitations of the faust abstractions. I've run into the following stack trace (output thanks to PYTHONASYNCIODEBUG=1). It seems to happen after I've consumed...
**What's the Product's Name?** `Location History`, now called `Timeline for Web Maps` **Describe the product in a single sentence.** Location History is a Google Account setting that creates Timeline, a...
## Feature request I'd like to turn a numpy array into a python bytes object within nopython code so I can use a short string (5 bytes), stored as a...