Søren Hansen
Søren Hansen
Recently came back to a project of mine, and now, whenever i compile, i get ``` lifetime may not live long enough --> src/errors/form_field_error.rs:10:10 | 10 | #[derive(SimpleObject, Debug)] |...
## Expected Behavior I have a simple actix-web project. As soon as i add the line `async-graphql-actix-web = "4"` to the below ``` [dependencies] actix-web = "4" actix-session = {...
I am not sure of the scope of this, but I am proposing a `operation!` (or maybe another name) macro that would allow something like this ```rust fn main() ->...
Tried the `cargo-leptos` setup today, and really liked it, but the hot-module-reloading crashed the page for me. See the video for what happened. https://user-images.githubusercontent.com/54755687/213494633-1b38b0fa-1900-4f30-b176-952488de90af.mov If it helps, here is my...
### Description Doing gitea dump inside docker takes a very long time. I have waited more than 30 minutes on an almost empty instance. What is taking so long? The...
If a field, say `my_field: Option` is annotated with `#[serde(skip_serializing_if = "Option::is_none")]` it will serialize to a string, or be removed if it is none. However the generated openapi file...
We recently started using this package for our command palette. It works very nice, sot hanks for that. We want a setup where we can "step through" an item which...
**Is your feature request related to a problem? Please describe.** It is often recommended to use search params as state, however it is often difficult to pull off in big...
This updates the dispatch_event method on EventTarget to take either Event or CustomEvent
As pavex is a compiler, it would be cool to explore the possibilities of generating openapi specs for the blueprint. I understand that this might not be that high on...