Anna
Anna
I can't detect a sticker being sent using Tengo, because it's not in msgText.
Supporting screen readers isn't the only way to improve accessibility. GNOME has great guidelines on it https://developer.gnome.org/accessibility-devel-guide/3.38/gad-ui-guidelines.html.en
Usable keyboard navigation is necessary for accessibility, so it should be present. Source: https://developer.gnome.org/accessibility-devel-guide/3.38/idm140338556356512.html.en
I have more test failures for that reason: ``` FAILED tests/test_benchmark.py::test_groups - Failed: nomatch: '*collected 5 items' FAILED tests/test_benchmark.py::test_group_by_func - Failed: fnmatch: '*' FAILED tests/test_benchmark.py::test_group_by_fullfunc - Failed: fnmatch: '*' FAILED...
Decided not to prefix "mv" since it lives in $ROOT/tmp/bin during stage1, not in $ROOT/bin. Although bootstrap-prefix.sh can make a symlink..
Cannot reproduce in the `master` branch
Can't SDL2 display SVG?
afaik, [dante](https://github.com/nextgis/dante/blob/master/doc/README.usage) is a go-to library for socks proxy support just include `socks.h`, link with `-lsocks` and use [`SOCKS_SERVER`](https://www.inet.no/dante/doc/1.4.x/socksify.1.html) environment variable
Found a small library that allows configuration, see example: https://github.com/brechtsanders/proxysocket/blob/master/examples/ipify.c
Tried to get Dante working with Lagrange... It seems like the_Foundation needs to be linked against it, however I doubt if it is desired.