Robert Bradshaw

Results 75 comments of Robert Bradshaw
trafficstars

Sale = Purchase -> you got something in exchange for your BTC Expense = Investment expense -> you can use it to discount your gains Transfer = You moved the...

TestStream should work fine on Runner v2, and is preferable.

@kennknowles could you merge this?

Yes, in this toy example it's clear to see what the order could be, but that's not always the case. This could be solved generally with https://en.wikipedia.org/wiki/Maximum_cardinality_matching

I've run into it a couple of times, the latest because the set of matchers is derived from a container with non-deterministic ordering. For consume-once actuals, one would either run...

Is this still being worked on? Are there intermediate milestones that could be checked in sooner rather than later?

Yes, the intent is by default to have complex arithmetic support even if `complex.h` isn't available (e.g. MSVC for C) but use the "native" complex if `complex.h` is imported, and...

I'm not sure how the `npy_float64` would get there with the `ctypedef double complex dcomplex` declaration. Could you try to whittle this down to a reproducible snippet?

IIRC, the consensus on templating was that we should make it easy for users to use a templating engine of their choice, rather than force one on the users (or...

Cython is run by a very small set of unpaid developers, with a high variance in the amount of time they are able to put in. 3.0 is still something...