王子凌
王子凌
到现在还没看完。作为一个纯前端er,相当吃力。 希望大佬再接再厉。写出更好的书。:)
> 2.redux-saga写一个hellosaga 跟redux-thunk,redux-saga是控制执行的generator 这儿应该是 `跟 redux-thunk 不同的是,` 吧。 顺便,感谢 blog 的帮助-.-
Hmmm... I meet this issue as well... Sailfish version: `sailfish = "0.8.3"` Rust version: `1.74.0 (79e9716c9 2023-11-13)` Refer to the example [simple.rs](https://github.com/rust-sailfish/sailfish/blob/2e392994830084874b2695bf7953f245752d7d44/examples/simple.rs), and the [simple.stpl](https://github.com/rust-sailfish/sailfish/blob/2e392994830084874b2695bf7953f245752d7d44/examples/templates/simple.stpl). Origin: ```rust use sailfish::TemplateOnce; #[derive(TemplateOnce)]...
I have used the `proc_macro_attribute` to addsome new fields to a struct which has derived `TemplateOnce`. Instead of using `decl_macro` implementation. It works. But lack of flexibility just yet. ...
建议使用 `git submodule` 的方式引入。 我也试了的 `npm install` 的方法,也是同样的报错。尝试了各种办法都不得行,挺奇怪的,暂时想不到咋出的问题。 hexo v7 的话,你可以引用我的Fork版 `https://github.com/wangziling/hexo-theme-stellaris`,`main` 分支。 太久没搞 hexo 的东西了,不太清楚 v6 和 v7 之间有没有 breaking changes。所以我单独在我的 fork 版里面基于作者main分支最新的代码拉了一个新的 `v6` 的分支,用来提 `PR`。 引入 `submodule` 后,得先安装一些依赖:...
Hi @mcxen~ 根据 fork 来源的改动:https://github.com/xaoxuu/hexo-theme-stellar/commit/53e37f4406971d5de2b55b1808da47f98534f421 应该是这个问题:https://github.com/xaoxuu/hexo-theme-stellar/issues/372#issuecomment-2080420694
> [@jcham](https://github.com/jcham) I also got this error. Solved it by installing the @primevue/forms lib too, `npm install @primevue/forms` > > Temporary solution, but feels like the should add it as...