Peter Sanford

Results 76 comments of Peter Sanford

The write ahead log (WAL) generally requires shared memory semantics which is not implemented by this library (the `xShm` functions in the sqlite vfs documentation). I expect most implementations to...

I'm not sure I understand. What do you think I can do that you can't do yourself with `go mod vendor` or `GOMODCACHE="${PWD}"/go-mod go mod download -modcacherw -x`?

I would take a PR to add the vendor tarball to [build_release.go](https://github.com/psanford/wormhole-william/blob/master/build_release.go)

I was able to get steam running along with a few games I have handy (Void War, Enter the Gungeon). I had to hack things up pretty bad so I...

Sorry it took a bit for me to get back to this. I cleaned up my muvm patches so they should be usable for others now. I have dropped basic...

Do you have the same mesa version inside of the VM as you do outside?

Interesting. We already delegate a few functions to the base vfs implementation. I'd be fine exposing that. Maybe we do this as a package level function that wraps `sqlite3_vfs_find`: ```...

An http proxy would not work since the transfer protocol is not http. A socks5 proxy could work but the use case is pretty limited for the maintenance overhead of...

After upgrading my pixel to android 15 I'm seeing this as well. I'll try to make some time for this this weekend

I've pushed changes that should fix this issue. The release binary is available here: https://github.com/psanford/wormhole-william-mobile/releases/tag/v1.0.11 Please let me know if that fixes it for you.