Robin Schwartz
Robin Schwartz
The README claims that similarities between documents and queries shouldn't be greater than 1. However: ``` python table = tfidf.tfidf() table.addDocument("foo", ["alpha", "bravo", "charlie", "delta", "echo", "foxtrot", "golf", "hotel"]) table.addDocument("bar",...
The maintainers of `FactoryGirl` have [decided to rename the project](https://robots.thoughtbot.com/factory_bot) to `FactoryBot`. There's some logic in `rspec-mode` that uses the string `"FactoryGirl"`, which may be an issue as folks switch...
We're using `goreleaser` to generate the RPMs. It's no raising any errors, so I'm guessing they can be installed, but I don't have a Fedora machine (or VM) handy at...
I've goofed twice now and forgotten to bump the `version` variable when tagging a release. It'd be nice if the release workflow would error when they don't match.
Right now `docsim` doesn't respect `.gitignore` files. It definitely should; there's no good reason for `docsim` to search e.g. `node_modules` by default, and skipping them would probably improve performance (and...