Brendan Maguire
Brendan Maguire
Thanks @pk044 . Tested and works well locally :slightly_smiling_face: When there's a full release I'll add it to our builds.
@pk044 , I am wondering if you know when `0.9.5` might be released?
Great! :rocket: Thanks @pk044
+1 for this. Great library; would be nice to see 0.0.3 up on PyPi. Happy to lend a hand to make this possible.
I think this could be closed as [`Factory#create`](https://github.com/FactoryBoy/factory_boy/blob/68de8e7/factory/base.py#L528-L531) solves this issue.
@drummerwolli Yes. It is something our team has found useful as most of our applications run on the same port and we require access to multiple stacks at the same...
@dbrattli , do you think this is an okay approach to this?
~This is still a WIP. I have tests running locally but need to fix them up and push.~ Edit: Done @dbrattli , interested to hear your thoughts. Would this be...
> Looks very nice. Could we perhaps subclass Block to avoid so much code duplication? E.g by using the new `Self` type in `block.py` so functions return `NonEmptyBlock` instead of...
Hey @dbrattli . I just got around to looking at refactoring this to make `NonEmptyBlock` a subtype of `Block`. It seems it won't work because `Self` cannot be parameterized. For...