Matt Joiner
Matt Joiner
Lots of ST tools allow you to double click file paths and locations, such as mysource.go:123, and have jump to that file. GoSublime requires an obscure combination of cmd+shift+left click...
missing x.down for x.up files leaves values in the schema_migrations relation. Then migrate up and down incorrectly determine the current schema version.
Running tests using a downstream project with `go test all` gives: ``` ==roaring== {1,2,3,4,5,100,1000} {3,4,1000} {} Cardinality: 7 Contains 3? true 1 3 4 5 1000 Wrote 22 bytes I...
New{,Bitmap} makes 2 heap allocations that become very costly when dealing with [a lot of Bitmap](https://github.com/anacrolix/torrent/blob/master/torrent.go#L119) allocations, these allocations occur even for empty Bitmaps. I have a [wrapper](https://github.com/anacrolix/missinggo/blob/master/bitmap/bitmap.go#L22) that avoids...
I recently received https://github.com/anacrolix/dms/issues/73#issuecomment-606762705 to anacrolix/dms, and in following the link to https://github.com/rclone/rclone/blob/66e08e0cc8972000d84a61f262286f5644d9fdee/cmd/serve/dlna/cds.go found the code to be remarkably familiar. I see that this was copied in https://github.com/rclone/rclone/pull/2648. I believe...
I suspect my DB is too large (5x1000=5GB?), my DB is 36 GB, running replicate I get: ``` litestream initialization complete some-file(s3): monitor error: MultipartUpload: upload multipart failed upload id:...
This repository currently deprecated in favour of https://github.com/anacrolix/go-libutp. Issues, PRs and comments are still accepted.
#533 mentions pruning will be possible when several PRs are merged, which they are. What is the status of this feature? Is there any other way I can reduce the...
Are virtual tables usable somewhere in the API? If not are there any plans to implement that? Would you know any packages that do provide it? Thanks!
mattjoiner@mattjoiners-LM-MBP:~$ ddlgenerator -i postgresql sample.json Traceback (most recent call last): File "/usr/local/bin/ddlgenerator", line 11, in sys.exit(generate()) File "/usr/local/lib/python3.5/site-packages/ddlgenerator/console.py", line 112, in generate generate_one(datafile, args, file=file) File "/usr/local/lib/python3.5/site-packages/ddlgenerator/console.py", line 58, in...