Jack Cherng

Results 30 issues of Jack Cherng

**Problem description** The current SM displays image diff as `binary contents`. It would be good even if it simply shows the before/after images. Here's Github's example: https://git.io/fApgi **Preferred solution** The...

enhancement
commit dialog
commit detail

**Version info** - OS: Win7 x64 - Build: 2024 **Description** There are ANSI escape sequences in the command output. ![image](https://user-images.githubusercontent.com/6594915/87893927-e62d4e00-ca73-11ea-9fac-f4648dbaa901.png) **Steps to reproduce** Steps to reproduce the behavior: 1. Set...

bug
S: trivial

grammar ref: https://docs.docker.com/engine/reference/builder/#label E.g., ``` LABEL org.opencontainers.image.authors="[email protected]" # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # ^ # ^^^^^^^^^^^^^^^^^^^^ ```

enhancement
help wanted

### 问题描述 ``` snipaste snip -o "C:\\Users\\jfcherng\\Desktop\\out.png" ``` 有人問過 https://github.com/Snipaste/feedback/issues/1818 ,但該選項對此命令不起作用。 ### 运行平台 微软商店, Windows 桌面 ### 软件版本 2.9 Pro

question

With `want_event=True`, we have something like ```py def description(self, event: EventDict) -> str: ... ``` which violates the current stubs ```py def description(self) -> str: ... ``` But if we...

question

Probably go back here after the next ST stable release. - `view.replace` has a `region` arg instead of `r` - ...

## I am not going to keep tracking the latest `ruff` release in this PR. Remember to update the version number if you are going to merge this PR. As...

For example, I have `C:\Users\jfcherng\.rye\py\[email protected]` but it won't be listed on `uv toolchain list` and I can't do `uv venv --python 3.8`. I can add `C:\Users\jfcherng\.rye\py\[email protected]` (and other installations) into...

configuration
needs-decision

### Description of the bug As the title. ### Steps to reproduce 1. Let's create a 100MB file: `Packages/out` ```sh $ dd if=/dev/zero of=out bs=104857600 count=1 ``` 2. Reproduce the...

C: API