Kunal Mehta
Kunal Mehta
OK after copying over all of those comments...my own thoughts: I'm a big fan of Rust's serde library, which pydantic is pretty similar to conceptually. I would like more state...
Sounds good, I'll try to get to this shortly.
I've seen it used on other wikis, it's more of a template specification than anything else. In any case, https://gitlab.com/mwbot-rs/mwbot/-/blob/master/mwbot/src/utils.rs is what I implemented using Parsoid HTML.
I played with this quite a bit over the long weekend and came up with a proc_macro that generates a response struct based on query parameters: ```rust #[query( list =...
FWIW I have kept working on mwapi_responses and have published it as a full crate. Most of it is autogenerated, but some I ended up writing by hand just to...
Thanks for working on this! > [Multi-dir configuration is now in public beta](https://github.blog/changelog/2024-04-29-dependabot-multi-directory-configuration-public-beta-now-available/); open to hearing your thoughts as you try out the beta! We tried this in the [freedomofpress/securedrop-client](https://github.com/freedomofpress/securedrop-client)...