svartalf

Results 138 comments of svartalf

@iliekturtles great, I'l try to find some time in a next couple days to create a draft PR

It seems to be not possible to add WASM support right now, see previous discussion at https://github.com/svartalf/hostname/pull/15. Let's leave this issue open and use it as a tracking issue.

Thank you for this PR, changes look solid! > If you set your hostname to a 64 character long string in Linux then a test fails. :) Would it also...

Hi, @mdrokz , thank you for your PR! Yet, I do not understand the purpose of those changes: it does not returns actual hostname (due to linkage issue you mentioned)...

Hey! I'm not sure if that is the approach I want to follow: if some particular target is not supported, I personally would prefer to learn about that fact during...

Yeah, it would be nice to have it, but it needs a bit more investigation first how would it work both for Windows and POSIX-compatible systems. So far it looks...

I'm not quite sure what do you mean; with `no_std` we can't assume that network exists at all, and therefore, there might be no such concept as a "hostname" at...

I don't really see how it would work. As I said before, having the "network host name" concept in system means that we also have some sort of networking. Being...

Blocked by the https://github.com/ebarnard/rust-plist/pull/34

Thanks for heads up, @rtyler! I tried to tackle this issue with NetBSD installed on a VirtualBox, but it was not able to emulate battery for some reasons, so I...