Yanlin Jiang

Results 23 issues of Yanlin Jiang

Fixes #1305 Fallback to the styles and attributes if image cannot be decoded

When I double click on an invalid image. There is a `The source image cannot be decoded.` alert popup and cover the `Image properties` popup. ```js new Image().decode().then(console.log, console.error); //...

Hi team thanks for the awesome tools. Is there a way to custom the git worktrees path instead of tmp path? e.g. When my repo is `~/codes/my-project` and I want...