Sergey Bobrenok

Results 6 issues of Sergey Bobrenok

Hi, all. In my day-to-day activities I sometimes work with archives of images (e.g., scans of documents, images inside backups). And I implemented a feature to work with archived images...

Lot of messages in common log may be discouraging. Severity level should be configurable from log menu.

SUBJ may not work. Need to test. Probably CONNECTIVITY_CHANGE intent received before root-manager loading or network is not available right after boot. Had to think about using autossh.

The `github.com/wlynxg/anet` library depends on the `//go:linkname` linker feature [1]. However, since Go 1.23.0, the usage of `//go:linkname` has been restricted [2]. And now it's necessary to explicitly specify `-checklinkname=0`...

In https://github.com/yggdrasil-network/yggdrasil-go/pull/1158 a new dependency https://github.com/wlynxg/anet was added to the project. A few days later Go 1.23.0 was released. And it was discovered that github.com/wlynxg/anet fails to build with Go...