Matt Joiner

Results 113 issues of Matt Joiner

https://github.com/libp2p/go-mplex/pull/37#issuecomment-463908192

- `SetLogLevel` has a special case for `*`, yet `SetAllLoggers` exists. - `SetLogLevel` takes `level` as a `string`, instead of a `"github.com/whyrusleeping/go-logging".Level`.

Doing a `DataChannel.Write` can generate the error `Outbound packet larger than maximum message size 65535` for large slices. See https://gophers.slack.com/archives/CAK2124AG/p1588493648338600.

``` ================== WARNING: DATA RACE Write by goroutine 24: github.com/carloscm/gossie/src/gossie.(*connectionPool).blacklist() /home/mjoiner/gopath/src/github.com/carloscm/gossie/src/gossie/connection.go:339 +0x159 github.com/carloscm/gossie/src/gossie.(*connectionPool).acquire() /home/mjoiner/gopath/src/github.com/carloscm/gossie/src/gossie/connection.go:312 +0x441 github.com/carloscm/gossie/src/gossie.(*connectionPool).runWithRetries() /home/mjoiner/gopath/src/github.com/carloscm/gossie/src/gossie/connection.go:237 +0x59 github.com/carloscm/gossie/src/gossie.(*connectionPool).run() /home/mjoiner/gopath/src/github.com/carloscm/gossie/src/gossie/connection.go:227 +0x5d github.com/carloscm/gossie/src/gossie.(*writer).Run() /home/mjoiner/gopath/src/github.com/carloscm/gossie/src/gossie/writer.go:172 +0x112 main.func·015() /home/mjoiner/gopath/src/code.brandscreen.net/cortex/uniques-proxy/main.go:331 +0x3cf main.func·005() /home/mjoiner/gopath/src/code.brandscreen.net/cortex/uniques-proxy/main.go:149 +0x79...

https://github.com/anacrolix/fuse/pull/2 and https://github.com/anacrolix/fuse/pull/3 added support for FUSE-T thanks to @macos-fuse-t. There are some rough edges to fix, this is a catch all issue for them as they come up. -...

Possibly open magnet links from the clipboard with a drop down from the system tray, or install a system hook to handle clicking magnet links in the system (or in...

It looks like FreeBSD support won't be possible (in the way I would like) until either open file description locks, or clonefile are implemented. There are notes in the code...

I'd like to benchmark this project. I need either a common bench suite, or some pointers to similar projects that are disk-based caches. I expect possum will perform particularly well...