Results 353 comments of Andelf

Could you check the error logs in the developer console? It seems some edge case has caused the bug.

Could you provide a sample of your template definition?

Could you try to open `logseq/config.edn` and delete the `:file/name-format :whatever` option.

As Logseq can not manage HTTP passwords or auto-login(That makes Logseq a web-browser). You better download the PDF to the assets directory.

I can not reproduce this. Could you check the nightly release?

Could you provide the markdown source code?

I'm afraid you can't have both fuzzy matches and excluding unwanted results at the same time.

I'm planing to change embassy-related deps to git version.

The FLASH accessing speed limits the speed of CH32V family MCUs. So `Delay.delay_us` might be unreliable. `#[highcode]` is used in `gpio_ws2812.rs` demo, which moves code to SRAM. I'll add a...

Thanks. A nightly rust-toolchain lock should be added before embassy's next crates.io release.