tbodt

Results 193 comments of tbodt

Thanks for the PR! The one thing I'm not sure about is the blocking regions, as that's a pretty large code change and it's easy to miss a spot. I...

> Maybe do this? > > ``` > echo “http://dl-cdn.alpinelinux.org/alpine/v3.13/main > http://dl-cdn.alpinelinux.org/alpine/v3.13/community > http://dl-cdn.alpinelinux.org/alpine/edge/main > http://dl-cdn.alpinelinux.org/alpine/edge/community > http://dl-cdn.alpinelinux.org/alpine/edge/testing > http://dl-cdn.alpinelinux.org/alpine/latest-stable/main > http://dl-cdn.alpinelinux.org/alpine/latest-stable/community” > /etc/apk/repositories; apk update; apk upgrade > ```...

The biggest problem here is that this will just break anyone with less than iOS 13.4, and iSH supports iOS 11.

Wondering if we can use this instead. Will take a look later today. https://developer.apple.com/documentation/uikit/uikeycommand/3780513-wantspriorityoversystembehavior?language=objc

> Wondering if we can use this instead. Will take a look later today. [developer.apple.com/documentation/uikit/uikeycommand/3780513-wantspriorityoversystembehavior?language=objc](https://developer.apple.com/documentation/uikit/uikeycommand/3780513-wantspriorityoversystembehavior?language=objc) Update: this worked: https://github.com/ish-app/ish/commit/43144e3ad342ee2533c386fb87d997ec20a4e323 I think It would make sense, now, to add UIKeyCommands for...

nmap requires a large number of networking APIs to be implemented in order to run, so it's going to be low priority.

Could you? That would be awesome, it would close 3 issues 😄

The socket code is in fs/sock.c, and the documentation for netlink is in the netlink(7) and rtnetlink(7) manpages.

This is the same as the issue with rust. I'll turn this into a tracking issue.

The solution is to either find a way to build glibc for 32-bit musl, or switch to ubuntu. Neither is really easy.