Cyan

Results 40 issues of Cyan

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] When I press [Ctrl]...

### What version of Bun is running? 1.0.26+c75e768a6 ### What platform is your computer? Linux 6.7.2-zen1-2-zen x86_64 unknown ### What steps can reproduce the bug? ```javascript // test.js const repr...

bug
bun.js

JetBrains IDE 最新更新后无法输入中文 如: IDEA PyCharm

如果可以,能不能支持 KernelSU?

In Android 14, dynamic load writable lib is not allowed. #70

In Android 14, Load a writable dex will throw a SecurityException. (Document [Here](https://developer.android.com/about/versions/14/behavior-changes-14?hl=zh-cn#safer-dynamic-code-loading)) ```log 09 23:19:48.620 20596 20596 E rish : Attempt to load writable dex file: /data/data/com.termux/files/home/./rish.dex 10-09 23:19:48.620...

直接从CSDN上扒的,直接局域网广播就不需要一个一个发了... ipv4_addr = "192.168.1.1" ipv4_netmask = "255.255.255.0" # 求IP广播地址 ip = ipv4_addr.split('.') netmask = ipv4_netmask.split('.') ip = [int(bin(int(octet)),2) for octet in ip] netmask = [int(bin(int(octet)),2) for octet in netmask] #...

没有 error ip 用法 IP 是要大写的 错误请使用invalid 正确请使用 valid 建议使用翻译或不要使用英文谢谢! 程序可读性较差,我直接重写了...