Stéphane "Twidi" Angel
Stéphane "Twidi" Angel
I have (beginning of) code for this in a draft somewhere, maybe one day i'll made a PR with code and tests and some basic fields.
I totally forgotten this, and, sadly, I have absolutely no idea where my draft is :-/ So no, no news on this, sorry.
:) If you have something that works, is generic enough to ease the creation of other typed field, and is tested, I would love to take a look and maybe...
Your assumptions are correct. But you're "lucky": each field has two attributes `available_getters` and `available_modifiers`. They hold the names of the command that are allowed to get/set data. But it...
Do you think Sider (I don't know this lib) could be plugged with Limpyd?
About the getters, let's imagine you create your field based on a `StringField`, you can set yoursel the available getters and setters of your field. Because calling `getbit` on a...
yes of course
i vote for raising too !
A few years after, I am not sure what the idea was. To skip storing the collection in a redis set? For simple collections it would be easy I guess,...
OH I think I understand know, it's only about the set that stores all the PKs of objects of a model? (which is by the way also used for collections...