Alex Kohler

Results 7 issues of Alex Kohler

Suppose you have the following interface: ```Go package abc //go:generate $GOPATH/src/github.com/maxbrunsfeld/counterfeiter/counterfeiter -o FakeFoo.go . Foo type Foo interface { Bar() error } ``` After generating fakes, the output fake includes...

Feel free to close if you disagree, but it might be nice to document `counterfeiter`'s flags/give examples in the README (similar to the output that invoking just `counterfeiter` gives) -...

docs

Gave this a try on Ubuntu 14.04, npm 5.4.22, node 6.11.3 and running into the following: ``` ? Which website stack do you wanna browse ? (e.g. https://github.com) https://github.com TypeError:...

Hi there, I'm a user of [lancedb](https://lancedb.com/), which leverages `tantivy-py` for full text search indices (see https://lancedb.github.io/lancedb/fts). A current shortcoming of the lancedb FTS support is that it's only supported...

enhancement
help wanted

### LanceDB version 0.6.8 ### What happened? I seem to be running into an offset overflow when issuing an update spanning my entire table: ```python >> import lancedb >> import...

bug