Mario Frasca
Mario Frasca
> I'll try to `git bisect` it tomorrow. :+1:
hey, thanks for looking into it. this is a very funny patch. how can it be that after ignoring a session.rollback because of an exception, the session is again usable?...
when you say »evolution of this feature«, what are you referring to? is it the "counting records"?
definitely running in different threads yes, you don't want to do database stuff on the main (GUI) thread. in popular platforms as Android this was made impossible. I have a...
my understanding is that you give a cultivar name to a species, be it well defined from a taxonomic point of view or not. according to this logic, »_Paphiopedilum_ sp....
noted and resting. I do not deal with plants, I deal with algorithms and data structures. when needed.
> You obviously have not dealt with orchid hybrids before you obviously make uninformed statements: I opened this issue precisely while in narrow contact with the JBQ, an institution using...
unfortunately, all their response is here in this very issue. I don't think I can develop something useful for users with whom I'm not in direct contact. the 2× two...
please have a look at the unit tests for the `Taxonomy` plugin in ghini-3.2-dev. asterales = Taxon(rank=self.ordo, parent=self.plantae, epithet='Asterales') asteraceae = Taxon(rank=self.familia, parent=asterales, epithet='Asteraceae') gen_nov = Taxon(rank=self.genus, parent=asteraceae, nov_code='Aq520454') sp_nov...
> this doesn't seem to allow free text or am I wrong? I am working at giving users the freedom to define their own rules, but I expect that you...