yeshan333

Results 9 issues of yeshan333

# Describe ![image](https://user-images.githubusercontent.com/39296814/201323862-6dadf69c-062a-4c9b-b967-fa69007dc0f4.png) The first is not supported, the second is supported. The first will report a Not Found Error. # Reproduce import config from ssh config file like this:...

T: Bug

### 先决条件 (Prerequisites) - [X] 我已确认这个镜像源从未在 [其他 issues](https://github.com/tuna/issues) 中讨论过。 I am sure that this repo has NEVER been discussed in [other issues](https://github.com/tuna/issues). - [X] 我已确认这个镜像源没有我选择的镜像站上线。 I am sure that this...

Mirror Request

https://stackoverflow.com/questions/63066974/how-to-use-react-lazy-in-gatsby/63066975#63066975

question

### Elixir and Erlang/OTP versions - Erlang/OTP version is 26.2.5, install by [vfox-erlang](https://github.com/version-fox/vfox-erlang) - Elixir windows installer: `elixir-otp-26.exe` ### Operating system windows ### Current behavior ![image](https://github.com/elixir-lang/elixir/assets/39296814/5f45395c-509f-43fa-9845-e1f04311cd61) when I click elixir-otp-26.exe...

Note:Needs more info

#### 1. Your usage scenarios? - let plugin developer can load config in one-place. - some plugin would load option from PATH environment. This mechanism causes these configurations to be...

enhancement

> SARIF (Static Analysis Results Interchange Format) is an [OASIS Standard](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html) that defines an output file format. The SARIF standard is used to streamline how static analysis tools share their...

### Problem Description mitmweb got a `Invalid request scheme: ws` error when proxy a websocket request from iOS browser. ![err detail 1](https://github.com/user-attachments/assets/3f89179d-7948-4544-9f49-eb8cbaf0c023) ![err detail 2](https://github.com/user-attachments/assets/c163cfbd-2698-431c-bd49-dc293af925a1) #### Steps to reproduce the...

kind/triage

**Reproduce Project:** https://github.com/yeshan333/luacheck_sarif_report_demo/tree/sarif-report-pr **Configuration:** I've configured `.luarc.json` to reference external symbol definitions: ```json { "$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json", "workspace.library": [ "$HOME/.luals/addon" ], "encoding": "utf-8", "enableReindex": true } ``` **External Libraries:** The `~/.luals/addon`...

I built a telegram bot api proxy with cloudflare worker based on the open source project [Telegram-API-Proxy](https://github.com/4n0nymou3/Telegram-API-Proxy), and when the proxy layer returned a message in non-json format, `Jason.decode!` crashed...