Goodwu

Results 5 issues of Goodwu

Let's have a look at add_ccache_mount() function in ${HOME}/.opam/opam-init/hooks/sandbox.sh ```shell add_ccache_mount() { if command -v ccache > /dev/null; then CCACHE_DIR=$HOME/.ccache ccache_dir_regex='cache_dir = (.*)$' local IFS=$'\n' for f in $(ccache --print-config...

KIND: BUG

1. 完全虚拟化(Full Virtualization) 需要跑在宿主机之上 2. 半虚拟化(Para Virtualization)直接跑在硬件之上 这两条是错的,应该是type1虚拟机直接跑在硬件上,type2跑在宿主机上。 后面的解释基本上没什么问题,完全虚拟化不用guest配合,而半虚拟化需要guest配合。

**Describe the bug** Google Photos Crash on "Search" tab **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Photos' 2. Click on 'Search' 3. Crash happens **System** Android Version:...

bug

### The bug This is the setting: ![image](https://github.com/immich-app/immich/assets/348005/cf6ea304-90be-422f-a5f8-daf92e17c43a) This is the output video file: ![image](https://github.com/immich-app/immich/assets/348005/da82a596-f16d-4d02-89a8-8aece465252f) The original file format is MTS. And I see the ffmpeg command line, it's just...

### The bug It seems like ffmpeg running into deadloop. Ffmpeg running at 100% CPU usage for hours, and the output file size is only 48 bytes. HW decoding and...