We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm fiduring out while tweaking the merge_sections function that we have some problematic classes:
Those are never really used because what we do in the code is:
MyEtchingRecipe(MyEtching, Recipe)
not
MyEtchingRecipe(EtchingRecipe)
So i propose to get rid of those and explain in the Recipe class how to use it,
is it a topi for datamodeling @ka-sarthak @hampusnasstrom ?
The text was updated successfully, but these errors were encountered:
That sounds very interesting! Yes, would be great to hear about it on Wednesday :)
Sorry, something went wrong.
No branches or pull requests
I'm fiduring out while tweaking the merge_sections function that we have some problematic classes:
Those are never really used because what we do in the code is:
MyEtchingRecipe(MyEtching, Recipe)
not
MyEtchingRecipe(EtchingRecipe)
So i propose to get rid of those and explain in the Recipe class how to use it,
is it a topi for datamodeling @ka-sarthak @hampusnasstrom ?
The text was updated successfully, but these errors were encountered: