Jiahao Lee
Jiahao Lee
Hi. Unfortunately, this is due to the fact that the ZIP file format does not preserve file name encoding. The file name was encoded in GB18030 while Trilium expects UTF-8,...
I think it should work out-of-the-box by inserting them as hyperlinks. They will be handled by your system browser. But `CKEditor` is not recognizing them as URI that can be...
Same problem. But setting `minHeight` does not fix the problem. I can still trigger a crash by scrubbing the scrollbar. (react-virtualized 9.22.5, react 18.2.0, windows 10, firefox 114.0.2)
To those who found this issue through Google, here is how you manage to get tracker roles: * Listen for [`VREvent_TrackersSectionSettingChanged`](https://github.com/ValveSoftware/openvr/blob/4c85abcb7f7f1f02adaf3812018c99fc593bc341/headers/openvr.h#L867) event * This event, however, does not tell you...
After fiddling around watching the daemon output, the Gradle build is now successful. However, the `cargo` side is still stuck at `alxr-engine-sys(build)`. It seems that the `cargo` side never received...
For anyone encountering this issue, here is a workaround that can at least yield an `apk` file in the final output. * Figure out where your Gradle is. Check `GRADLE_HOME`....
Should #4417 be merged, we can just switch to using [marked-katex-extension](https://www.npmjs.com/package/marked-katex-extension), which lists `katex` as a dependency.
There are some modifications made to the original `marked-katex-extension`. Notably the ability to use `\( \)` and `\[ \]` for math expressions. I'll merge these modifications to `marked-katex-extension` first.
Still reproducible on v1.133.0. Judging by the stack trace, it might be from [this line](https://github.com/immich-app/immich/blame/54bafccbf91d249f2d98575dd3a1f13453f0c478/server/src/services/duplicate.service.ts#L19C24-L19C24). ```text immich_server | [Nest] 19 - 05/23/2025, 6:10:25 PM ERROR [Api:ErrorInterceptor~kzmhxlfu] Unknown error: TypeError: Cannot...