Asqar Arslanov

Results 7 comments of Asqar Arslanov

If Hyprlang gets its own Tree-sitter grammar, using a unique file extension will allow text editors to easily recognize the file type. It’s not necessary to force users to rename...

> Should not be hard to add this. I was wondering if there's a better syntax The only alternative I can imagine is also accepting a boolean parameter: ```rust .api_route(...

And a similar question (probably, should have its own issue): is there an easy way to remove some schemas? For example, some new-type wrappers or nested structs.

@PeterGrace Thank you! This looks like something to work with. However, I have some problems with this approach. When I try to look inside `api.components.as_mut()`, right after the creation of...

@PeterGrace Now everything works as expected, thank you very much! 🔥 I suppose, the issue may be closed. Though, would be really nice if the library had a more high-level...

Actually, there is another issue. It’s more related to [Schemars](https://crates.io/crates/schemars) rather than Aide. Removing the schemas of datatypes, that are used in other schemas, results in “dangling” references that are...

If the system is set to the US English locale, commas should go inside quotation marks: ```java const const a = ["guns," "mcdonalds," "freedom"]! ```