Álvaro Justen

Results 272 comments of Álvaro Justen

If the user needs to create more than one `MongoDict` for the same database, maybe a good idea is to have a class that is a 'pool' of `MongoDict`s, something...

These API references can help when implementing a compatibility layer: - http://sendapatch.se/projects/pylibmc/reference.html - https://developers.google.com/appengine/docs/python/memcache/clientclass

First of all, thanks @dimitri for this great tool! I ran into a similar problem when migrating from postgres 15.3 to 16.3. I used this simple script: ```shell SOURCE_DB="..." TARGET_DB="..."...

I tried again with a fresh target database and the options `--table-jobs=1 --index-jobs=1 --restore-jobs=1` to check if reducing parallelism might resolve the issue, but the same error occurred.

@davilima6, did you write any test that checks consistency of JSON? It can help us when implementing this feature.

@davilima6, yes! There is no problem in having more than one system. I'll update this issue when I implement the schedule with all talks/days/hours.

@davilima6, sorry for not implementing it. I didn't have time to do it (actually, we didn't update the database with dates/hours of each talk -- it was dony manually). I'm...

@luzfcb, eu conversei com uma galera e pretendo fazer uma série de vídeos com alguns big kahunas sobre o que é organizar uma PythonBrasil. A ideia é ter _em vídeo_,...

@andrewsmedina, if I don't install using `--tsuru-from-source` the machine will end up without this PPA so if I just want to update the tsuru CLI on the future I'll need...