Jonas Obrist
Jonas Obrist
this is something the developer of a multilingual app can do using use_fieldsets. I'm not too happy with the idea of an automated way to do this, maybe I'll think...
Well this would be a optional 'auto-fieldsetting' anyway. I would not enforce this. You can always provide your own fieldsets. I personally think that some sort of smart default fieldset...
I still have this "endless spawn of trains" problem described above.
> at least a basic example using `query` would be good. It's surprisingly hard to get started with very basic tasks using this library. The "New Pull Request" button is...
This is an issue I'm aware of (actually ordering worked for us but caused other issues). I'll try to look into this when I have time.
the highest chance of getting it fixed is if you look into the issue yourself and fix it...
> try to reproduce it in a minimal example that isolates the problematic behavior. This will make it easier for others to understand and potentially provide a solution. the linked...
> Yes, but my code will result in a dict with only one key and one value, and all the types involved make it clear that `dict_func` must return `A`...
> By unpacking into `key, value`, you're bound to lose some knowledge. Thank you for spelling it out like that, I can now actually see why this might be an...
order_by is kinda buggy anyway, so any improvements to it are greatly appreciated