tom-mi

Results 4 issues of tom-mi

Beautifulsoup adds unwanted closing line break tags when opening linebreak tags are present. This might rather be a bug in beautifulsoup, but it seems unlikely to get fixed there (see...

Hello, the entropy encoding to Base32 is broken. Consider the following example: ``` val testUlid = "01EA9F3000ZZZZZZZZZZZZZZZZ" println(testUlid) println(ULID.generate(ULID.getTimestamp(testUlid), ULID.getEntropy(testUlid))) ``` The output is: ``` 01EA9F3000ZZZZZZZZZZZZZZZZ 01EA9F3000ZZZZ1ZZZZZZZ1ZZZ ``` It seems...

We are currently adding split.io to one of our backend services, but we don't have the API key yet, so we added a dummy value. Upon startup of the container,...