林博仁 Buo-ren Lin
林博仁 Buo-ren Lin
Reproducing note: https://hackmd.io/@brlin/hackmd-issue-book-mode-emojify
Note that, as a workaround, it is possible to run an SSH service on the phone(e.g. SimpleSSHD), and use OpenSSH's application-level port forwarding feature to run a SOCKS server on...
> You can toggle the switch off to disable the network traffic for those addresses It is already off when the issue is reproduced, though as of now this is...
Thanks for the work!
Thanks for the work!
As far as I can tell currently it is not possible to modify udev rules from within the snap, the root filesystem (/) from the snapped applications' perspective is actually...
Another possibility is to instruct the user to place udev rules themselves in the host system's /etc/udev/rules.d, which is already done by UUU's `-udev` command-line option IIRC.
Screenshot of the Unicode support issue: 
``` LANG=zh_TW.UTF-8 LANGUAGE=zh_TW:zh_CN:en_US:zh_TW:zh_CN LC_CTYPE="zh_TW.UTF-8" LC_NUMERIC="zh_TW.UTF-8" LC_TIME="zh_TW.UTF-8" LC_COLLATE="zh_TW.UTF-8" LC_MONETARY="zh_TW.UTF-8" LC_MESSAGES="zh_TW.UTF-8" LC_PAPER="zh_TW.UTF-8" LC_NAME="zh_TW.UTF-8" LC_ADDRESS="zh_TW.UTF-8" LC_TELEPHONE="zh_TW.UTF-8" LC_MEASUREMENT="zh_TW.UTF-8" LC_IDENTIFICATION="zh_TW.UTF-8" LC_ALL= ```
These all seem to be unsanitized word splitting errors, which should be mostly fixed by PR #123 and #129