wayne
wayne
The current state of this PR only adds the CLI flag that maintains the current default behavior and updates `EntityWriter` test cases to include the new option. If maintainers are...
Something I didn't realize when I opened this PR is that it may be a little problematic since it's all-or-nothing whereas it may be desirable for the empty impl blocks...
Just gonna drop a link to my proposed alternative to this from the discussion: https://github.com/SeaQL/sea-orm/discussions/1932#discussioncomment-7413992 Basically, impl blocks for a given type don't need to be in the same module...
Yeah, it just seems like what's being proposed here is super complicated for what you're trying to achieve. Wouldn't it be simpler to add an option to the `sea-orm-cli generate...
I went ahead an opened a PR with my suggestion since that provides a simple path forward for my own use of generated entities.
:wave: any chance of getting this merged any time in the near future?
@tarcieri I'm attempting to rebase but running into compile errors that are pretty much totally incomprehensible to me. This repo is like a firehose of generic types and my puny...
I figured out that the problem had to do with updating the `crypto-common` dependency in the `digest` crate and opened a PR to show the same problem on master branch:...
Just a quick note - it looks like the issue of the local dependency on crypto-common being broken in master branch for the digest crate is fixed in #1358 so...
This gets me reasonably close to that example: ``` #let title(content) = { set align(center) rect( width: 100%, [#content], ) } #let header(content) = { set align(center) rect( width: 100%,...