Matt Joiner

Results 846 comments of Matt Joiner

I've fixed that in https://github.com/anacrolix/fuse/commit/d6c2a2991af73e65e858c1c46c3fe70288d21038.

@macos-fuse-t I've progressed this significantly. Feel free to fiddle with it, in particular you can set FUSE_FORCE_BACKEND=osxfuse or FUSE_FORCE_BACKEND=fuse-t to compare tests. `go test -race -v .`, and it's worth...

It's not stable enough to use by default in anacrolix/torrent. I think this package still needs more work @macos-fuse-t

Nothing I could pin down. I'll put them here if I find anything. If you run with the instructions above you might get some insight.

Was anyone able to do those tests? v0.3.1 is now released.

I think this is fixed in v0.3.1.

I'm also interested in this. I have a [dynamically loaded runtime extension](https://www.sqlite.org/c3ref/load_extension.html) that I want to switch to a [statically linked runtime loadable extension](https://www.sqlite.org/loadext.html) (see section 6 in that link)....

Yeah it's quickly turning into a cesspool of linking issues when I try. 😢

I think like @nyurik I haven't gone down the path of building on this crate. I have built on rusqlite. I believe the linker issues I'm having are not related...