Quinn Kokich
Quinn Kokich
Depending on how you construct a FileSequence you can generate a sequence that cannot correctly deserialised into an equivalent object. For example ```python >>> import fileseq >>> fs = fileseq.FileSequence("myfile01.ext")...
Using the format context manager in a threaded environment introduces a race condition where the global formatter and global plural flag can be reset by one context manager after another...
After the release of OTP-19, there was change to stdlib (OTP-12719) which means if you have a record field which could be a type or undefined, you now have to...
A string sequence with a single file and no padding will get correctly picked up and turned into a FileSequence with padding and a frameset. However a string sequence with...
A FileSequence with no padding is able to be iterated through, but with a result which is non-obvious. The range gets combined into the file name and a single file...
I was wondering with the deprecation of thrift in elasticsearch (see here https://www.elastic.co/guide/en/elasticsearch/reference/1.6/modules-thrift.html) if you were thinking about making an http version of erlasticsearch?