Stephen Lewis (Burrows)
Stephen Lewis (Burrows)
I'm using this as described in the README but errors are not being displayed. My code: ``` suite.on('cycle', function(event) { if (event.target.error) { console.log(event.target.error) } beautifyBenchmark.add(event.target) }) suite.on('complete', function() {...
If there are 0 ops performed due to runtime errors, all tests are marked green even though they failed.
Right now, it's possible to have duplicate advertisers. For example, I could have two advertisers called `BECU`, each with the company website `http://becu.org/`. It seems like it would make sense...
If a website is redesigned and the zones change, right now, all ads that were in the zone will be deleted - and by association, all ad impressions from ads...
I ran into an issue with a model I was trying to bulk patch that also has a unique_together constraint. Traceback is below. The issue here is that the UniqueTogetherValidator...
BulkSerializerMixin uses `get_value()` to get the id of an object, but doesn't use `to_internal_value()` to convert the id to the proper internal value. This works fine for integer ids, but...
DRF creates objects individually - which ends up being pretty slow if you post, say, 200 items to a "bulk" endpoint. Still better than the alternative, but still not great....
Right now, `{% adjust_bulk %}` lets you do an optimized adjustment of a bunch of (say) image fields for a queryset. But you can only do _one_ adjustment per item...
See https://manu.ninja/dominant-colors-for-lazy-loading-images It would be cool to let people give a taste of an image while it was loading.
Essentially, the way this would work is that we have a canvas you can draw on, using different colors for different priorities / areas. When you're done, we save that...