Steven Hé (Sīchàng)
Steven Hé (Sīchàng)
I installed the newer Qt 6.8.1 and built Sioyek with it, but the problem persists, so it is still not resolved by Qt since macOS 14 came out.
All the time is spent checking if each file exists at https://github.com/ahrm/sioyek/blob/159304abef7eb0c77bf7892a305d60bea19a997b/pdf_viewer/checksum.cpp#L66
> Is it possible that your database files are on a slower drive now? ~~I've made sure all the files appearing in `local.db` is on my MacBook and not in...
Yes, it is instant now. As for the fix, ideally I would do an async check and remove files from the list if they do not exist, but this is...
Reference (not sure useful or not): https://github.com/soasis/rust/blob/ext/basic-reflection/library/core/src/introwospection.rs
This would be closer to what we have (except const generics only takes integers, `bool` and `char`): ```rust // Non-const fn with const parameters fn my_non_const_fn
Blocking on https://github.com/rust-lang/rust/labels/F-generic_const_exprs https://github.com/rust-lang/rust/labels/F-adt_const_params, it seems.
#[pyclass] inside inline modules is broken too, but in a different way: it does not error out, but does not produce a Python class. ```rust #[cfg(feature = "pyo3")] use pyo3::prelude::*;...
Another regression would be Pulldown-CMark does not support custom math delimiters like we do now.
Hi @hleiaa, I remember this problem. TLDR; Please put all the macros in a file and configure mdBook-KaTeX to use it. My attempt to add an option to process each...