Rex Zhang

Results 24 issues of Rex Zhang

Py38/Py39 + macOS 11.1 + xcode 12.3 + py2app 0.23 + pyobjc 7.1 full log(it's too long, so i cut some line) ``` Looking in indexes: http://localhost:3141/root/pypi/+simple Requirement already satisfied:...

``` import subprocess, os rich_env = os.environ.copy() rich_env.update( { "DNS_DOMAIN": domain, # from config.yml "DNS_PROFILE": profile, # from config.yml } ) subprocess.check_call(deploy_hook, shell=True, env=rich_env) ```

``` root@8143098648f5:/# netstat -tulpn Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name udp 0 0 0.0.0.0:43907 0.0.0.0:* - udp 0 0 0.0.0.0:49010 0.0.0.0:*...

document

sometime, have different gateway and dns server in the one network

like midnight-commander. maybe [this](https://github.com/libfuse/sshfs) project can help

Add get_message_list() delete_message() Add script pygsmassia.py for manage and test Test sent english and chinese message with SIEMENS MC35 and China Moblie

I have pre-created the table and sets. ``` >>> from pyroute2.nftables.main import NFTables >>> nft=NFTables(nfgen_family=7) >>> nft.get_sets() ({'nfgen_family': 7, 'version': 0, 'res_id': 214, 'attrs': [('NFTA_SET_TABLE', 'PiRouter'), ('NFTA_SET_NAME', 'BypassIP'), ('NFTA_SET_HANDLE', 1),...

**Describe the feature you'd like** Add subtitle font settings in tvOS as the iOS version **Additional context** iOS version: TestFight 1.0.0(78) tvOS version: TestFight 1.0.0(79)

enhancement