Jack O'Connor

Results 300 comments of Jack O'Connor

I'm able to reproduce this error locally in a pypy3 virtualenv. I'll start here: ``` ❯ pytest -vk strided ===================================== test session starts ===================================== platform linux -- Python 3.7.10[pypy-7.3.5-final], pytest-6.2.4,...

I've filed https://github.com/numpy/numpy/issues/19536 related to the issue above. It doesn't appear to be blake3-specific. Not yet clear whether this explains other errors.

Now I doubt the Numpy issue is related. If I add this extremely simple test, it sometimes passes (all 100k iterations) and sometimes fails (after a variable number of iterations,...

I've narrowed this down to what I believe is a different bug in PyO3: https://github.com/PyO3/pyo3/issues/1736

What are the remaining blocking issues on this PR? I just ran into this asymmetry in the crate API, and I'd be happy to help push this over the line...

I think the answer to #1 is that you need to pass an explicit `-o` string before each option string in the slice you're giving to `mount`. I've tried to...

If the issue is that `Command::status` doesn't read from `piped` stdout/stderr, could you set them to `null` instead of `piped`?

I find that `--yasm` only helps if I don't actually have Yasm installed, because it becomes equivalent to `--disable-as`. If I do have Yasm installed, I get the following errors...

I was measuring this on the Skylake-SP server that AWS gives me, and on my Kaby Lake laptop. What's the best way to treat these microarchitecture-specific differences? Should we generally...