Oliver Coleman

Results 7 issues of Oliver Coleman

It was bad enough that I had to spend half a day figuring out why environment variables didn't seem to be working in tests executed via pants as one might...

enhancement

**Description** We work with time-series that always have the same interval between values. Instead of creating and storing these values in a numpy array (as stored by a Series or...

**Description** Seems like the new data type generic for Series (introduced in v2) might be overly restrictive? Referring to this in `series.py`: ```python TVDtype = tp.TypeVar('TVDtype', bound=np.generic, default=tp.Any) ... class...

The new TypeClinic is pretty cool. I'm wondering if it (c|sh)ouldn't be pulled out into its own package? I've found it useful for validating, for example, generically typed `attrs` class...

Love this, thank you! I have what must be a common use case, but I can't figure out how to make it work! I want to use pyright in a...

Not sure if this belongs here, but I'm getting erroneous type errors for the `attrs` module. Field definitions like this: ```python from attrs import field, frozen, validators @frozen class Control:...

bug

**Description** I want to like SF, I really do, it's conceptually awesome. But I'm finding it almost impossible to actually use. I'm not sure if this is because: a) I'm...