Rodolfo De Nadai

Results 11 comments of Rodolfo De Nadai

I see... I could check if this works here in our database and improve the PR.

@benadida i remade my last PR which covers too much change... create a new one attacking only the problem of mobile optimize for the booth.

Really like the ideia of re-upload a CSV file, to update existing users info, and add new ones... a simple delete button could make a case when the delete some...

Hi @foguinhoperuca we are using the fork made by Shirlei, and yes, ldap works in the fork. The configuration could be a little cumbersome but it works. If you need...

@foguinhoperuca are you using helios via virtualenv? I just took a look at the **http = httplib2.Http(".cache")** call and its going to http://httplib2.readthedocs.io/en/latest/libhttplib2.html#httplib2.FileCache . This tries to create the dir...

This problem, is a very strange one and perhaps related with some OS configuration. I'm saying this because looking at the code in helios google auth and in the http2...

Also, check the information about os.pardir... it should return '..' as de default, if not... thats the problem. https://docs.python.org/2/library/os.html#os.makedirs https://docs.python.org/2/library/os.html#os.pardir

Perhaps TinyDB could be a option? If you don't need concurrent access to the file... http://tinydb.readthedocs.io/en/latest/ Just store the blockchain in it as a json format...

@Aareon as i said, if concurrent access is not necessary... I use TinyDB in a project, but since then i need concurrent access to my database so i change it...

Which version of numba? Which version of python? And most important, which file you are running?? play.py, train.py or main.py?