Vidhan Bhatt

Results 20 issues of Vidhan Bhatt

Hi! There are a lot of dead endpoints which I am wondering will be cleaned up at some point. There hasn't been a large update in a while, and just...

question
documentation

this change is useful because of the proposed addition of the `once_cell` api into std. users using the `once_cell` pattern will find it easier to swap to the `std` versions...

adding multiple regexes in the macro will return a tuple with all the regexes, and also allow using an `expr` to compile into the regex. this leaves the original api...

I think a section on shell autocompletion would be useful, as it is largely undocumented for Clap.

enhancement

I think an italics version would be cool for fonts like operator mono and dank mono, great theme btw! :)

It would be beneficial to be able to keep the same crosshair settings (maybe add a lock option or something), as when switching HUDs I think the majority of people...

new feature

parser rewritten from the ground-up using `syn` idioms and more strongly-typed `syn` structures rather than `TokenStream`s. passes all test cases flawlessly, and makes the code much easier to understand. also...

hi there! i was wondering if you would be interested in a pr separating the maud syntax into its own crate, so authors can write own proc macro which use...

i apologize for creating an issue if it is inappropriate, but i couldn't find a better place to put this tip. if you are working with tailwind + maud and...

**Is your feature request related to a problem? Please describe.** currently, the `query_as!` macro performs `Into::into` on returned items to convert them into the types of the struct fields. This...

enhancement