Julio Nobrega Netto

Results 5 comments of Julio Nobrega Netto

I noticed today I am getting the same effect. In my case at first I noticed in https://scoutapm.com/ that there are HEAD requests going out for each one of my...

Okay, maybe storages is doing indirectly through the django's `BaseStorage` - boto3 [docs in Filtering say](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/collections.html?highlight=filtering#filtering): > Behind the scenes, the above example will call ``ListBuckets``, ``ListObjects``, and ``HeadObject`` many...

Alright! I have more data. It's **not** `url` (as suspected before), it's `height` (or `width`) on an image. Check the stacktrace, Django's `._get_image_dimensions` ends up calling storages `.open`, which invokes...

I found a workaround. You can override xunit on the file specified on --includes. Say you have something like: ``` js options = { casperjsOptions: ['--includes=./test/casper-setup.js'], } ``` Then on...

Hey @darwin604 , I am glad I was able to help. I think you can only manipulate the casper object in casper included files, either specified on --includes or the...