Jeff Widman

Results 487 comments of Jeff Widman

Any chance of merging this? I found it confusing to see two readme's...

Cool. Assuming this project is semvar, I think the todo's here are: - [x] add deprecation note in docs immediately. - [ ] go through the fuzzy implementations and make...

Wherever possible, I'd rather we improve `Faker`... Historically, I've found @fcurella to be very receptive to pull requests, etc. Unless we absolutely have no alternative, I'm not excited about creating...

I started using `marshmallow` recently, and very happy with it, so I certainly wouldn't be opposed to adding support. However, I'm not clear what the use case is here... can...

Sorry, we just had a baby so I've been short on time/sleep. I hit a similar issue as you, and ultimately ended up just using the [dict recipe](https://factoryboy.readthedocs.org/en/latest/recipes.html#converting-a-factory-s-output-to-a-dict). I found...

Thanks for the bug report. Afraid I'm not very familiar with how the Django ORM resolves foreign keys, so I'll let @rbarrois handle this one.

One design consideration when treating this as a soft-limit is the memory pressure on the client. I didn't dive deep enough into the code to check if the decode buffer...

> Thus, the workaround in current master is to ensure that fetch_message_max_bytes is always at least message.max_bytes Yes, I implemented that as a temporary workaround. But that isn't ideal in...