Javier Buzzi

Results 11 issues of Javier Buzzi

Can you make a set of icons for normal mode. ps. This script is better. _It backs up the images there downloads your zip, extracts and installs. I leave everything...

Discussion here: https://github.com/bernardopires/django-tenant-schemas/issues/550

~$ sudo gem install captured Password: ========================================================================= ``` Thanks for installing Captured! You can now run: ``` captured --install to setup launchd to run captured in the background ``` When...

We have a lot of string tuples, while I agree that it would take infinitely less space in the db (space is cheap now a days); we have dba's that...

Running `pytest-xdist` with concurrency 20, most of my tests access the database. That means that the first 20 tests set up the database for their individual thread, causing the "setup"...

What this PR is trying to accomplish: * There is a lot of test code linked to a series of nested-russian-doll sub factories of 1-to-3-to-3-to-1 * 10 (`create_batch(10)`) models that...

When working on the PR "[Implements bulk_create for create_batch if available](https://github.com/FactoryBoy/factory_boy/pull/925)" I found the need to ensure that all the code I wrote was properly tested/covered under tests. Started experimenting...

We have a pretty complicated setup currently, and to speed up our tests we would like to mock redis + redisearch. Do you know of any preexisting library that does...