XTY

Results 10 issues of XTY

As can be seen in the screenshot below, the bottom portion of the screen is not being utilized. ![screenshot_20160925-045947](https://cloud.githubusercontent.com/assets/11317451/18811502/2a17a9c0-82e4-11e6-8e67-59bf40410204.png) This is not a problem I have on other devices, so...

bug

The following passage from the [_Bash Reference Manual_](https://www.gnu.org/software/bash/manual/bash.html#index-HISTIGNORE) provides justification for the proposed changes: > `HISTIGNORE` subsumes the function of `HISTCONTROL`. A pattern of ‘`&`’ is identical to `ignoredups`, and...

Thanks to the [new JSX transform](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#removing-unused-react-imports) introduced in React 17 (back in 2020), we don't need to manually `import React from 'react'` anymore. `eslint-plugin-react` even went so far as to...

## 运行环境 * Fedora Linux 37 * 内核版本:`6.1.18-200.fc37.x86_64` * SELinux已停用 * `Clash-Meta`版本:[`linux-amd64-v1.14.2`](/MetaCubeX/Clash.Meta/releases/download/v1.14.2/clash.meta-linux-amd64-v1.14.2.gz) * `Clash-Meta`按照`README`中的[推荐方式](/MetaCubeX/Clash.Meta/blob/8293b7fdae91114329849fbf5f49ce738329ab97/README.md#general-installation-guide-for-linux)作为systemd服务运行 * `systemd-resolved`的stub resolver已禁用 * `/etc/resolv.conf`由`NetworkManager`托管 * 其他情况请参见[诊断信息](#诊断信息) ## 问题描述 开启TUN模式后 路由表配置看似正常 DNS劫持成功并可以返回fake IP 但是应用的网络请求(无论墙内墙外)全部超时 同时浏览器通过SOCKS代理却可以正常运作 :face_with_spiral_eyes:...

Command-line utilities typically write error messages, including usage/help messages for invalid options, to the standard error (`stderr`). This ensures that the standard output (`stdout`) remains clean and is especially important...

## Description This PR proposes the following changes to the VS Code extra: - Re-implement the VS Code terminal integration (broken since [`2f46974`](https://github.com/LazyVim/LazyVim/commit/2f4697443c0186663ba4421bd4b856e36c3bd7cc#diff-f878104b5415a79ed4bb9036974722cad911327fdd46994e04f5065ff90e9a55), see comment referenced below) - Unify calls...

extras

#### Description This PR aims to optimize and streamline the installation/update process carried out by `install.sh`. Specifically, the proposed changes allow installation to be skipped entirely under one of the...

## Feature Request #### Is your feature request related to a problem? Please describe. I'm running Fedora, and since Starship isn't available in my system's package repository, I use the...

✨ enhancement
🌱 good first issue

While in the process of translating the strings from [GUI_Strings_en.txt](https://github.com/NetLogo/NetLogo/blob/5.x/dist/i18n/GUI_Strings_en.txt) into Chinese, I came across a number of GUI components that don't have any string representation in that file. As...