brevilo

Results 125 comments of brevilo

Hm, https://github.com/aya-rs/aya/issues/194, https://github.com/aya-rs/aya/issues/195 and https://github.com/aya-rs/aya/issues/199 should could be marked as done, now that #527 got merged, no? Maybe GitHub didn't get it because the "Closes" tag on the MR would...

Please consider enabling these new maps for use in multi-buffer contexts (via their [specific section](https://github.com/aya-rs/aya/blob/cfa693bc3b4442a8c97cfcd24551ea6439f25e50/aya-obj/src/obj.rs#L161) names), similar to #519. Thanks for your efforts!

Some background: the host's network details are looked up [here](https://github.com/BOINC/boinc/blob/master/client/hostinfo_network.cpp#L62). As you can see the domain name of an Android device is modified randomly in case its original hostname is...

Same here. After Apple dropped its own free MDM solution (Server.app) we're looking for an alternative. VPP/ABM is the *only* part we actually use (just license management, without any DEP)....

1. You need to ensure that the verifier is happy by checking the data you intend to read is with the current boundaries. See [this example](https://aya-rs.dev/book/start/parsing-packets/#example-project) for how that's done...

Looking at the (validating) atom version of said feed I think the issue might be that FreshRSS confuses the `` element with the `` and `` elements. IOW, it seems...

> As I connect to the server with the Host that is configured in the ssh config file, I have assumed that I could just specify the Host and user...

Update! Since remote-sync seems to use ssh2 for SSH connections, one you could implement `ProxyCommand`-like connection hopping [like this](http://stackoverflow.com/questions/22174280/emulating-sshs-proxycommand-using-the-node-js-ssh2-module) 👍