Volodymyr Vitvitskyi

Results 22 comments of Volodymyr Vitvitskyi
trafficstars

I also created this docker image https://hub.docker.com/r/signalpillar/ocaml-playground/ It contains the fixes.

@budowski could you please tell whether you have some progress with this issue ?

Could you please check [this version](https://github.com/signalpillar/rest_gae/compare/fix_ability_for_testing?expand=1), where we do not inherit but aggregate instances of download/upload handlers when needed. What I can see from the code of these helpers they...

I have added simple tests also. The show that `rest_gae` can be used in testing but they do not prove that upload/download for blogs works correctly.

Hm, I will try to make my version and then PR. Thanks

thank you for pointing me this function. it appears in 3.2 only, while we need something similar in 2.7. also I think there must be something built on top of...

I have found that there is backport http://code.activestate.com/recipes/578078-py26-and-py30-backport-of-python-33s-lru-cache/ of 3.2 implementation. What do you think about it ?

I think this ticket is a great opportunity to collect knowledge about the cases. It's needless to say that it's great to have this small and easy to understand library....

@md-weber what about this approach? I assume that there is some place where the injector is _configured_ and, from my understand, it should be passed explicitly (or accessed as global)...

It is WIP. I think this is the direction where you want to go and it is improving the existing state. What do you think? I am going to add...