Peter Gaultney

Results 29 comments of Peter Gaultney

I'd really like to see this as well, and am glad to see there's an issue for it.

I was writing a custom backend for joblib and ran into a related issue. It was very unintuitive to me that if I implemented `compute_batch_size` in my ParallelBackend`, that number...

I will try both of those. I actually already suspected that the first one, at least, should work fine. The only problem is that then it's part of the IDE...

I'm having a similar issue on 5.1.0. I'm using poetry and Python 3.7. i have very little relevant in my serverless file: ``` package: include: - "!./**" - proj_dir/** excludeDevDependencies:...

we're having something that looks a lot like this as well, only on Jenkins instead of CircleCI. ``` Serverless: Running ... Serverless: Packaging service... Serverless: Packaging Python Requirements Lambda Layer......

Just offering an unsolicited opinion, having read several threads on this topic... I think this idea that "not updating the UI is a bad practice" is itself wrong. In functional...

I think maybe I've missed how this actually works in practice. I've understood these conversations to be saying that a _change to the state_ must occur; but it sounds like...

Howdy! I'm just popping in to an old issue to ask a general question. > Note that due to msgspec's design the configuration needs to be applied to the struct...

it's way too late to change the existing API, but my two cents is that it would have been ideal to have Failure (and Nothing) define `__bool__` as false, and...

Yeah, sounds like we have some similar ideas here. I think the research could actually be per-type. Or at least per tier? (early, mid, late) Or the Terminators could just...