Kilian Schulte

Results 211 comments of Kilian Schulte

Yes I'd love to improve this. Anything specific where you have problems or think the documentation can be improved?

Currently the builder cannot detect annotated classes that are not imported, so it also cannot warn about them. It's a tricky situation. But I can try to make the docs...

I can look into it. I think the problem with fic is that they don't implement the normal list and map mixins, so any implementation needs to be specific to...

I've added an example on the feat/support-fic branch. It uses a new `SerializableMapper` that works with `json_serializable`-style classes. It also sets up a custom copyWith extension. Right now there is...

So would a custom additional field to the SELECT portion of the query enough or do you want to du custom joins also?

There is also something experimental called Transformers, that I added for a custom use-case. These do not create a new field, but 'transform' an existing, e.g. filtering or aggregating a...

But cant you do the where using the QueryParams object?

Strange that this wasn't catched before, I'll look into it.

Should be fixed on main. Before I release can you test with: ```yaml dependency_overrides: stormberry: git: github.com/schultek/stormberry ```

Thanks 🙏 So what we could do is let the builder automatically detect classes that have both `fromJson` and `toJson` methods and then generate a mapper for those. That would...