Tomasz Błajek
Tomasz Błajek
In an example it says: ```rust let hash_map = cascade! { HashMap::new(); ..insert("foo", "bar"); println!("Look! You can put statements in a cascade!"); for i in 0..3 { println!("You can put...
``` ❯ cat tokei.toml types = ["PHP", "TypeScript", "TSX", "Sass", "YAML"] ❯ tokei --version tokei 12.1.2 compiled with serialization support: json ❯ tokei =============================================================================== Language Files Lines Code Comments Blanks...
**Is your feature request related to a problem? Please describe.** When submitting, I sometimes only want to send fields that are actually changed, PATCH-style. Right now it's not easy to...
### Describe the bug The RouteSectionProps type allows children. This creates two small problems: 1. I declare my pages as VoidComponent as they cannot have children, they are the whole...
The Toaster class creates a `` element in its JSX, which is skipped (and reported) if CSP is enabled for the page. The style element introduces just some simple rules,...