Vlastimil Zíma

Results 67 comments of Vlastimil Zíma

This probably will never be solved, because translation classes are created dynamically and thus they are not able to be pickled.

The complex type is another `Setting`, which has completely different interface than just generic type. Or do you have any particular solution in mind?

The `MappingSetting` is a form of a nested setting. It might be more adequate to modify `NestedDictSetting` instead, but it requires changes in the core anyway.

`NestedDictSetting` unlike `DictSetting` is designed to contain another `Setting` within. In my opinion that's quite close also from the API point of view.

I actually like it, the only problem is that is messes up the config file.

I have added two other commits. First one continues with download if there is error in cache page parsing. Second adds and refactors cache types. It also contains some additional...

Cleaned up the rest of imports. It caused some import bug on N900.

Ad 1) The download of overview is quite a big method and bit confusing, it should be worth splitting it into several ones. If you think that these flags are...

I do not see an changes in devel branch, have you pushed it?