Jonathan Mackenzie
Jonathan Mackenzie
@benbariteau if you want type hints for your thrift types, there is thriftpyi: https://github.com/unmade/thrift-pyi
I'll have a look at this when I get back to work on Monday
@ethe > * could you split support the Binary type feature and Apache JSON protocol to two pull requests? How do you want Thrifpy2's Apache JSON to handle the case...
@grahamannett unfortunately, I can't find another implementation. Perhaps the paper might be more informative.
If they aren't going to maintain this plugin it needs to be marked as archived and alternatives given for its use cases.
Any progress on this so far?
To make it easier for other people, the fix is to replace: https://github.com/MrGiovanni/UNetPlusPlus/blob/06088ad7d95673776c2168ceb3f5f720faee53a0/segmentation_models/xnet/blocks.py#L37-L38 with ```python if (type(skip) != list and skip is not None) or (type(skip) == list and None...
Is this issue going to be fixed?
Will do, I'll update the documentation as well with some better examples
A `NamedTemporaryFile` is probably best in this case: https://docs.python.org/3/library/tempfile.html#tempfile.NamedTemporaryFile