frankwang
frankwang
Thanks for this great project! For who wants to make it running, feel free to try my fork of it: https://github.com/Frank-III/rusty-chat. I switch to `axum` instead of `warp` and fix...
> Version metadata is ignored by cargo, so cargo-semver-checks shouldn't require it. I think this makes sense, we could use `v.cmp_precedence` to ignore metadata in comparison: https://github.com/obi1kenobi/cargo-semver-checks/blob/ec3bf4ade25a32e10089ced87423bb6c058160ba/src/rustdoc_gen.rs#L721 willing to PR...
> These lints might be quite noisy, and some of our users may find them annoying. I think we should consider them equivalent to clippy's `pedantic` level, which is opt-in...
> Yeah, possibly — depending on how much work you're open to doing here :) This is why that other PR stalled too. > […](#) > On Fri, Jan 31,...
> @Frank-III i just merged #101, hopefully that will be helpful for you during development Thank you that would be very helpful, I would try to address all the issues...
Hi @achristmascarl, some updates on this PR. The parser for MySQL and SQLite are almost working: For MySQL: - Geometry type cannot be parsed correctly, we may need to parse...
> it looks like drop statements can't be rolled back in mysql: https://dev.mysql.com/doc/refman/8.4/en/cannot-roll-back.html > probably 'DROP' statements for all drivers can be "confirm before executing" instead of "execute in transaction"...
I think no, thank you for your prompt reply!
> I don't think the suggestion is right here: "Did you mean type X" would produce invalid code outside of imports, the rest of the error message looks good to...
Hi! sorry for kinda forget about this one, as discussed with @giacomocavalieri I replace `type_with_same_name` with a context to differentiate `usage` or `import`, but I am not very sure about...