Dave Hall

Results 211 comments of Dave Hall

I'll take a look at those logs later. I'm confused about why the GHA CI only had cryptography errors.

How thoroughly embarrassing... the crypto errors were masking the `Path` errors. I'd like to have another go at this... I've got Python 3.13 installed locally now so can test the...

I think I know what the issue is. The current `Path` relies on a `AsyncAutoWrapperType` metaclass that introspects a "forwards" and a "wrapped" type, combining these into a new type....

Yes, I was anticipating having a small handful of wrapper helpers to make this as un-boiler-platy as possible. The things to handle are likely: - Wrap call. - Wrap call...

Yeah, I changed my mind almost immediately after saying it would be a hassle. So I'm happy to work on this, providing people are cool with it being a thing....

This is ready for review, I think. I'm pretty happy with the new implementation, which is smaller and adds a nice new extra capability. #2959 But there's a problem with...

Out of interest, why does parellelshell choose to terminate child processes with SIGINT rather than SIGTERM? I think the correct behaviour here is to listen for both SIGINT and SIGTERM,...

Hmm, I see, thanks for the heads up! I'm not sure I'll bother with the PR, in that case. I've been using parallelshell as a quick process manager hack, but...

I'm happy to change the name of the installed package to moody_templates. Incidentally, you might want to consider using a more mature and supported template library. This hasn't been updated...

Not really. Frontend build tools have moved on considerably. I haven't maintained it for years. On 16 April 2018 at 13:51, Allan Nava wrote: > Hi, > > is still...