Mook

Results 7 comments of Mook

That is correct; the [start](https://github.com/mook/docker-openvpn-client-socks/blob/bc28a5374f8ae57c05d0a5c8d4831dcacb623ead/start#L9) script has `--publish` on `127.0.0.1`. If you want to make it work outside, start by changing that (but I haven't tried it recently, so it...

Thanks for the feedback! Not sure why GitHub seems to have lost it; it can be found at mook/mkxp@75f6a8c372f8e2769c1371d3c0affba1569bd223. Made an attempt at fixing the other error codes too, but...

Sorry, I just meant that I tried to sort the other physfs error codes in the same spot to other Ruby exceptions but am not confident I'm translating those correctly....

Okay, changed to handle just those two errors. Left it as a `switch` because it looked cleaner than an `if` to me.

> I don't feel very strongly about hardcoding the assets/ part, but forcing a .ttf extension feels wrong, since that is not the only type supported by SDL_ttf (and more...

Thanks! Tests added. That raises some questions, though: - [`NewUUID`](https://pkg.go.dev/tinygo.org/x/bluetooth#NewUUID) takes bytes in the reverse order of `UnmarshalBinary` (and [`Bytes`](https://pkg.go.dev/tinygo.org/x/bluetooth#UUID.Bytes)); when should each be used? - When implementing `rawAdvertisementPayload#ServiceUUIDs`, should...

Rebased; the relevant files had no changes, so there were no merge conflicts. While the tests pass, it's probably still best if https://github.com/tinygo-org/bluetooth/pull/364#issuecomment-2973423909 gets resolved before merging.