Thomas Johnson

Results 8 issues of Thomas Johnson

I'm getting the following error when trying to load http://nlp.stanford.edu/data/glove.840B.300d.zip ``` In [1]: import glove In [2]: %time glv = glove.Glove.load_stanford("glove.840B.300d.txt") --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ()...

I've found the frequently when starting a large number of simultaneous jobs that all hit a MySQL server at once, sometimes umysql will hang indefinitely when trying to connect. Stacktrace...

I often have to change the time that I switch themes as the days get shorter in the winter. Would it be possible to have an option to set times...

enhancement

There's no training code included in the repo, so it's hard to tell exactly how the training was done. The paper states: "We use the Pile dataset (L. Gao, Biderman,...

## 📚 Documentation https://pytorch.org/xla/release/2.2/index.html#performance-profiling has a link to a Colab notebook that is broken (https://colab.research.google.com/github/pytorch/xla/blob/master/contrib/colab/pytorch-xla-profiling-colab.ipynb) It looks like the contrib/colab directory doesn't even exist anymore. I'm having a tough time...

Clickhouse supports Decimal256, with precision up to 76 (https://clickhouse.com/docs/en/sql-reference/data-types/decimal). However, clickhouse-cpp only supports up to Decimal128. Abseil doesn't have an int256, but boost::multiprecision does (https://www.boost.org/doc/libs/1_85_0/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/cpp_int.html). There are many other int256...

I'd like to use indexed_bzip2 to read files that I've previously written. Presumably, it's low-cost to calculate the offsets on the fly while writing the file, instead of having to...

enhancement

I can't re-open https://github.com/anthropics/claude-code/issues/1513 so I'm creating this new bug report. #1513 was for Claude never retrying in 1.0.8. Now in 1.0.9 it retries a couple of times and then...

bug
has repro
area:api