Thomas Conrad
Thomas Conrad
When trying to compile a simple project using nvpro_core with clang on windows i run into the error below. Commenting out the relevant section in resources.rs (ln 59-63) has fixed...
Let say I want to mock a struct like this: ``` mock!( Foo {} impl A for Foo { fn new(&self) -> A; } impl B for Foo { fn...
## Description I cannot run sea-orm-cli with feature codegen without sqlite as a dependency. I do not want to pull in sqlite, I am using codegen with postgres. There is...