Paul Reimer
Paul Reimer
The following commits are (I believe) valid: - 4bd7cae6def15a5e3fc6cb7d0782f2922665b450 - 183504c0c1f14ae504d81c361c960d7858333e8b - 25931dd59bcd204df9673c44f38dcc9c53a41a07 However, I am still not able to follow the "dynamic" linking steps: I see the following error:...
@TobleMiner regretfully I am using 512 byte sector size at this time. If you add support for that (or maybe there's another way I wouldn't need it -- for long...
I'll note that this recent esp-idf commit: https://github.com/espressif/esp-idf/commit/cd38970ef9bb501d1f20c5ccf76b0b86416a499b Appears to have partially addressed this issue. Reboots on a valid V1 filesystem (after V2 conversion) are no longer an issue. If...
Personally, I created a `BUILD.gn` file to use `gn`: https://github.com/paulreimer/GUnit/blob/add-gn-support/BUILD.gn I'm probably doing lots of things incorrectly (this is the simplest thing that worked). Using submodules makes it difficult to...
However if there was a library or executable approach that I could install (OS level, or just a one-time manual install), I would prefer that, probably, since it wouldn't need...
OK, sounds good. I'm still trying to understand the first "automatic mock injection" part. Actually my question was more about the "automatic mock *generation*" part (e.g. avoiding macros), looks like...
Were you able to get the iPhone-over-LTE working? (I'm attempting something similar; when trying with a private group I see the peer, but get the firewall message. When attempting to...
I'm thinking that -- at least when attempting to connect directly -- if the socket described by the "Local Address" could be configured to bind on the IP address allocated...
Hi @larryqiann , Your use-case is quite similar to mine (I am also in Vancouver Canada, using Fido and iPhones/iOS). I haven't been able to connect my phones to my...
@essej I was thinking that the Wireguard endpoint (e.g. a VM) itself may need IPv6, so that the phone can connect to Wireguard over IPv6 (outside the VPN), and then...