PyKen
PyKen
Fixes style references for home page from ``` ``` to ``` ```
Least intrusive change to partially fix https://github.com/immich-app/immich/issues/12306. When stopping and clearing the METADATA_EXTRACTION queue midway, METADATA_EXTRACTION queue must be forcefully filled and run again to LINK_LIVE_PHOTOS as LINK_LIVE_PHOTOS jobs are...
### The bug The `METADATA_EXTRACTION` job [sets metadataExtractedAt](https://github.com/immich-app/immich/blob/c3a8ddaaf2dfe1c968c10e202bebecb346b8ff86/server/src/services/metadata.service.ts#L251C5-L254C8). If one clears the `Extract Metadata` queue, the subsequent `LINK_LIVE_PHOTOS` job will not execute as they are appended to the queue [after...
### Describe the bug ``` TypeSpec compiler v1.0.0-rc.0 ✔ Compiling ✔ @typespec/openapi3 tsp-output/schema/ ✔ @typespec/http-client-js tsp-output/clients/js/ × Running @typespec/http-server-js... Emitter "@typespec/http-server-js" crashed! This is a bug. Please file an issue...