Jack Cherng

Results 289 comments of Jack Cherng

關於常規的電腦畫面截圖,我其實更推薦 8-bit 位深的 PNG,絕大部分情況下比 JPG 小且精緻。

Would like to have an even shorter alias at the same time such as `uv sh` (just like `uv v` for `uv venv`). Fwiw, this is what I have for...

> I feel like this is an extension of the more basic functionality which is the option to specify choices from a list. Of course you can generate an enum...

Here's another use case. I don't force a child class to implement the method and I have a default empty one. ```py def my_generator(self) -> Generator[str, None, None]: return yield...

> I haven't looked at other packages that either use JSON or are affected by this change, yet. Like I have one in my custom keybindings via `selector` context. ```js...

I would consider anything starts with `#!` in the first line as an shebang, after reading https://en.wikipedia.org/wiki/Shebang_(Unix). The highlighting of `sh` in your case is wrong though.

> This is still a very real problem for asset repos, reviewing changes in Sublime Merge is impossible right now unfortunately It's already listed on the `What’s Next` section of...

@srbs Thanks for this. I am SUPER HAPPY!! ![Snipaste_2020-07-17_14-41-30](https://user-images.githubusercontent.com/6594915/87756524-a1b76d80-c83b-11ea-8489-e3c189b30e90.png) --- Maybe you would like to improve this: When selecting an image file from a tree, it's blamed like a text...