Tyler Kennedy

Results 177 comments of Tyler Kennedy

That would be correct. I know it can be confusing, especially with some of the first posts you see (such as stackoverflow) when searching just suggest replacing NULLs, which is...

Since this library wants to be dependency free, and py2.7 compatible (which `mutf8` is not), instead of a PR here's a patch anyone stumbling on this with an unreadable file...

Can you attach the region file? It may or may not be an issue with mutf8, might just be a genuinely corrupted tag.

Almost ready, just some fixes for m1 macs to go and to re-add the upload to pypi I removed while testing. This builds binary packages for py3.7-310 on arm64-linux, arm64-m1,...

I'm using my same workflow modified from pysimdjson. This pr is currently missing half the workflow because I don't want it to actually upload while I'm testing :) When you...

It's just a regex, easy change.

@mrjbq7 the tests look like they're finding some precision issues on i686: ``` ============================= test session starts ============================== platform linux -- Python 3.7.12, pytest-7.0.1, pluggy-1.0.0 rootdir: /project collected 40 items...

Pretty much. I can finish this on the weekend if the 'fix' to this is to increase the +/- on the equality comparison.

@mrjbq7 This is 90% of the way there, and just needs a few more fixes. This PR now bundles ta-lib (actually a `git subtree` from https://github.com/TkTech/ta-lib-src) which is unmodified except...

> That seems great, I wonder if we can apply those fixes to https://github.com/ta-lib/ta-lib and make that our official source. I'd like if there was one spot, but that repo...