Aqrun

Results 5 issues of Aqrun

Please help: compile the module ```shell $ make -j4 [ 4%] Automatic MOC and UIC for target ss-qt5 [ 4%] Built target ss-qt5_autogen [ 4%] Automatic RCC for translations.qrc [...

From chapter 4.6 [Debugging](https://rustwasm.github.io/book/game-of-life/debugging.html#debugging) in the lib.rs file added: ```rust #[macro_export] macro_rules! log { ( $( &t:tt )* ) => { web_sys::console::log_1(&format!( &( &t )* ).into()); } } log!("test data...

question

https://github.com/daogangtang/forustm/blob/6739092ff14ed611391d0cbcff65de4296db6d93/views/forum/article.html#L21 suggest: already in detail page just h2/h1 tag needed

win10 node v12.16 用的是 example 示例 没懂报下面这个错是什么意思 ![image](https://user-images.githubusercontent.com/4224867/91288256-5fcb0100-e7c3-11ea-9d38-bcdaf750076c.png)

`shapes::SvgPathShape` render svg heart as below: ![Image](https://github.com/user-attachments/assets/e6a1c01d-5316-49e8-82bc-74c43fc73801) svg: ```html ```