Thomas Chiroux
Thomas Chiroux
complement analysis: Below are assumptions, i've not tested the hypothesis and i'm not - at all - an Erlang expert ;-) This may be linked to the way jiffy encodes...
export will be handled by issue #15
UDDF documentation problems : chapter 9 - gasdefinitions: http://www.streit.cc/extern/uddf30zeta/en/ch09s133.html in example (at the end): ``` xml 0.008 20000000.0 0.0002 steel ``` reference to inside with is not described in here...
I've never tried on windows, but it seems that you GitPython is either at the wrong version or it's not the same GitPython Here is my version: ``` $ pip...
you should use virtualenv. For example look at this: http://www.slideshare.net/larrycai/python-virtualenv-pipin90mins and then install the dependencies you need inside the virtualenv
The [python-caldav](https://github.com/python-caldav/caldav) project support free-busy request and as i'm porting this project into aiohttp for async support: [aiocaldav](https://github.com/ThomasChiroux/aiocaldav), i'm interrested in adding this feature to radicale. I think we can...
I've not tried extensively python-caldav before porting it to asyncio. But i've rewritten some tests in aiocaldav with free-busy requests. They work against davical. You can have a look here...
Had the same today on one server (in a pool of dozen of other servers, all using sleek 1.3.3, still dont know why this server is different). The reason is...
I had the same problem here (ldap authent enabled). I've solved the problem changing line 68 in sugarcrm.py from : args = {'method': method, 'input_type': 'json', 'response_type' : 'json', 'rest_data'...