Arvid E. Picciani

Results 148 comments of Arvid E. Picciani

is there a temporary workaround that doesnt involve rebuilding everything? my rust crate is rather large

> and because of that listening on all IP addresses of the swarm cluster. yes. this change would let the cluster indicate that it's not all IP addresses, but a...

should be easy to just add two-complement into the wording? i'm wondering whats missing here

you mean with the same js api? should be easy to implement from the zetz port i'm working on atm if you still need it?

PYTHONPATH fixes this, thanks! this is the default python3 package of archlinux ``` aep@stark: ~ which python /usr/sbin//python aep@stark: ~ python -c 'import sys; print(sys.path)' ['', '/usr/lib/python310.zip', '/usr/lib/python3.10', '/usr/lib/python3.10/lib-dynload', '/home/aep/.local/lib/python3.10/site-packages',...

> I presume you didn't, yeah its verbatim copy paste the instructions on a fresh machine. > esponsible for shipping /usr/lib/python3.10/site.py file? it's probably just the python default? https://github.com/archlinux/svntogit-packages/blob/packages/python/trunk/PKGBUILD#L47 (python...

it appears to be already documented. i just didnt see it because the hint starts with "if you chose something else" which i didnt, so i didnt read it.

would everyone be ok with just ignoring the syscall and returning 0 ? i don't think there's value in actually implementing it inside tmpfs for example because there's no second...

yeah looks like it doesnt expose the same control sockets. no idea if it can even be controlled

doesnt compile on android either. it refferences a GNU only symbol __errno_location so both mips and android are broken