Zan Pan
Zan Pan
It seems that we have supported predefined schedules like `@yearly`. Any plan to support `@every `?
[zino](https://github.com/photino/zino) is a full-featured web application framework for Rust which provides full integrations with `actix-web` and `axum`. ## Highlights - 🚀 Out-of-the-box features for rapid application development. - ✨ Minimal...
## PR Type Dependency update ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x]...
The OpenAPI specification supports [the `parameters` defined in components](https://spec.openapis.org/oas/latest.html#componentsObject) to hold reusable [Parameter Objects](https://spec.openapis.org/oas/latest.html#parameterObject). Any plan for this feature?
为了将Sm3Hash用于[hmac](https://docs.rs/hmac)库,需要实现[digest](https://docs.rs/digest)中的相关trait: 
## Bug Report ### Version 0.4.4 ### Platform 64-bit (Windows) ### Crates ### Description The `ServeDir` lacks the `Last-Modified` response header even when it returns a 304 response. 
**Problem** We have upgraded to Dioxus 0.5 in our application framework [Zino](https://github.com/zino-rs/zino). The `dioxus-desktop` example outputs the following error: ```bash ERROR dioxus_desktop::protocol: Failed to read "D:\\code\\git\\github\\zino\\examples\\dioxus-desktop\\dist\\__assets_head.html" ``` It is somewhat...
When using `#[props(into, default = "...")]`, we should call `.into()` automatically for the default value. It will be more conveninent. ```rust #[derive(Clone, PartialEq, Props)] pub struct FormFieldContainerProps { /// The...
没有发布浏览器中可用的打包`cron.min.js`,直接引用报错:`Uncaught ReferenceError: module is not defined`
Wait for [Support resuable query parameters in components](https://github.com/juhaku/utoipa/issues/798)