TTsdzb
TTsdzb
Nowadays many things support complex variable names. So why not name them in your native language? That saves your time thinking of a name, and time is important. Good :thumbsup:...
[BUG]
**Describe the bug** Pwnagotchi stucks in a loop of exception, after getting a handshake. **To Reproduce** Steps to reproduce the behavior: 1. Wait for pwnagotchi get a handshake. 2. Randomly,...
After setting a Scheduled Wake Up, when the pi shutdowns, it CANNOT be boot up by turning the switch off and on. So how can I boot it manully? I...
**Describe the bug** Followed the [instructions](https://github.com/remote-android/redroid-doc/blob/master/deploy/arch-linux.md) in the docs, but adb is always "offline" and could not be connected. ```sh docker run -itd --privileged -v ~/.local/share/redroid/data11:/data -p 5555:5555 --name redroid11...
若导入太多图标,软件会弹出大量提示框,导致软件与系统界面卡死。建议在提示前做简易判断。
**Describe the bug** 可以连接设备,但执行任意操作自动断开。 **To Reproduce** Steps to reproduce the behavior: 1. 启动程序 2. 进入设备页控制设备,此时设备进入“受控设备”栏,日志提示连接成功 3. 回到首页,任意滑动一下,此时设备没反应,日志弹出 `front-command forwarding failure, please restart the program !` 4. 回到设备页,提示“受控设备已断开” **Expected behavior** 设备能正常操作,不断开连接。...
**目前问题** 部分应用的广告 Activity 为全屏显示(隐藏通知栏),此时若通过移花接木直接替换 Activity,会保留该全屏状态,导致显示问题。 例:云达人 `com.jhj.cloudman` 2.9.5 可以看出通知栏隐藏了,且 UI 下半部分超出了屏幕。  **可能的解决方案** 能否提供一可选参数,使得移花接木触发时修改应用的全屏状态?
系统为 Arch Linux,KDE Wayland。我设置了屏幕缩放为 1.25,导致获取到的屏幕宽和高是缩放前的宽高。 举个例子,我的屏幕实际分辨率为 1080P: ```rs println!("Resolution: {}x{}", monitor.width(), monitor.height()); println!( "Real resolution: {}x{}", monitor.width() as f32 * monitor.scale_factor(), monitor.height() as f32 * monitor.scale_factor() ); ``` 输出如下结果: ```...
在使用脚本编辑器模式时,个人认为默认的字体可读性较差:  我希望通过某种方式自定义字体和字号,但没有在 GUI 中找到相关入口。请问能否通过修改某个文件实现? 我已经进行过如下尝试: 1. 在 [Monaco Playground](https://microsoft.github.io/monaco-editor/playground.html) 中调整 `monaco.editor.create` 的第二个参数使字体合适 2. 将所做的修改(`fontFamily`、`fontSize` 与 `fontLigatures`)复制到 `WebGAL_Terre/public/monaco-iframe/monaco.html` 相应的函数调用中 ```diff var editor = monaco.editor.create( document.getElementById("container"), { value: "", - language:...
Allow the user to specify a proxy server for backend requests (the ones using axios) with normal proxy envs like `http_proxy`, `https_proxy` or `all_proxy`. This allows the user to specify...