Fredrik de Vibe
Fredrik de Vibe
I would, too, be very interested in hearing counter-arguments against this. The hard-coded field color is very difficult to read on a dark background, and dark backgrounds are pretty common...
In the README file in the analysis directory, the following is said about deletions: > Whether a file is deleted is not a binary quality, since it can be >...
I got around this for now by first caching all the files in the leaf nodes, by running `git ls-tree --name-only -r` on all the branches and tags and storing...
I have run into the same type of issues as @cs-sotescu and could _really_ use this. Is there anything I can do to help?
I can chip in that I've been testing the code from the PR for a few weeks, and it works great so far.
I've been doing something along the lines of ```go cql := "SELECT id FROM foo WHERE token(id) > ? AND token(id) ? AND token(id) ? OR token(id)
> In scylladb/gocql we replaced murmur3Token with intToken. It seems to me that exporting IntToken would be better than exporting Murmur3Token. My current solution is to create a `token` type...