tvallotton
tvallotton
Currently there isn't much it can be done, I created `rocket_auth` before I came up with this crate, but in the future as I work in both crates I plan...
Hmm, this is going to be a little difficult then, can you try to execute the following commands: ``` export SQLX_MODELS_GENERATE_MIGRATIONS=true export MIGRATIONS_DIR=migrations export DATABASE_URL= cargo test __sqlx_models_generate_migration_ -- --nocapture...
Does the error still persist on the current version?
Right now I 'm doing some restructuring of the project, so it may not be the best time, but there is still a lot to do IMO, so I will...
Sorry for answering so late but yes, this will be fixed for the next release.
@MikeCain I would indeed be interested in seeing this feature under a compile time flag. However, I probably won't be implementing it myself, since I don't consider it a priority...
Thanks for bringing this to my attention. This is definitely not intended. I don't think that modifying the `Display` impl of `Error` will be sufficient to fix this. Since the...
I think we'd have to consider to remove the dependency on `validator` and refactor `Error`, though that would be a masive breaking change.
I see what you are saying, what kind of API would you expect for this?
I think it may not be so simple, since the User struct depends very strongly on the schema. I do have planned adding more functionality to the User struct, which...