jcold
jcold
先谢谢作者提供的插件,解决了我的一些实际问题。 今天在调试时发现,启用之后,SourceMap定位错误的问题,因为插件具体技术细节不了解,所以请作者判断下,如果有影响,又是否有解决的办法,谢谢!
I found some shortcodes cant not recognize, e.g. `:-1:` `:+1:` , but emojis work fine. // Cargo.toml ```toml [package] name = "emoji" version = "0.1.0" edition = "2021" # See...
The following code snippet works fine in v0.12.0, but in v0.13.0 it throws an Error::BacktrackLimitExceeded. The regex crates have been checked and they are fine. Any assistance would be appreciated....
**Describe the bug** The context is not properly disposed of when the owner is disposed. https://github.com/leptos-rs/leptos/blob/b317d47fd5e0d143296b875e24e43103ae0a9977/leptos_reactive/src/runtime.rs#L236