Sam Lewis

Results 5 comments of Sam Lewis

Also had this issue - the `PARTUUID`s definitely changed between the shrunk and non shrunk images. Maybe different versions of `parted` do this differently? For reference, I'm using Fedora 28...

I'd be happy to take a PR to fix this, I think the right place to change would be here: https://github.com/samvrlewis/meshboi/blob/c5f221b1ca186f4056da8b2051a5621e42c9365d/tun.go#L33 . Let me know how it goes.

> Feel free to submit a patch with that check removed to see if it has any unintended consequences. Thanks, started working through a patch and realised (through running the...

> I'm having trouble making this solution work when using a borrowed argument as with: > > ``` > [#async_trait] > trait Hello { > async fn say_hi(&self, to_whom: &'_...

Hey @bmullan , to make sure I understand, are you saying something like this? ``` +-------+ +-----------+ +-------+ +-----------+ +--------+ | LAN A | | Meshboi A | | Mesh...