Igor Benav

Results 116 comments of Igor Benav

Hey, @jd-solanki, nice to know you like it! Some of it is because of how FastCRUD evolved, it started inside of [fastapi boilerplate](https://github.com/igorbenav/FastAPI-boilerplate), back when it was still a [CRUDBase](https://github.com/igorbenav/FastAPI-boilerplate/commit/b5babd349a27ab4a5b8fd05b5e416c4c7e2e4bf8),...

> How's your plan for improving types for filtering because after reading docs it looks like FilterConfig is not type safe 🤔 About this, we are basically fixing things as...

This can be done. We'll get to it eventually, but you can tackle it if you want

Can you please send code to reproduce and output?

Since passing a CRUD class is optional, I don't think this is relevant

Now that I thought more about it, I think this is good. Specially because we could add a check that the crud's model is the same as the passed model...