Brett Calcott

Results 27 comments of Brett Calcott

First thoughts: Inline expressions tend to be look complex and a bit hard to parse so I would go for the simplest option (the first one). Keeping it in step...

@nokome : I see that `SoftwareApplicationOptions` actually has operating_system. The doc suggests this is what it runs on, but I think "identity" is fine here :)

Maybe this: https://docs.rs/keyring/latest/keyring/ This is the kind of thing I've seen elsewhere.

2 issues to deal with yet: * As per discussion with @nokome, I will add handling of python warnings * The pkg_resources method seems to deliver incorrect information sometimes. I'll...

I had a look over this. I think there are bigger issues about poetry. Here are my first thoughts (looking for feedback). Poetry is great for developing python projects, but...

Further investigation: * l looked at copying the maturin setup from pydantic-core, which has some similarities. * It was unclear to me how they pinned their non-dev dependencies (I think...

This looks good, but I'd like to do a cleanup of the Markdown (long paras should be wrapped not broken + other stuff) and implement a build script for making...

Okay -- will do. Try and refrain from editing the manual until I give the word. Or if you do -- let me know!

Andrey : how hard is it for you to regenerate this? (I'm assuming it was done using pandoc). Rob has made a few edits, but also markdown is much nicer...

Thanks for doing this -- I'll check this out (probably next week now).