tazend

Results 80 comments of tazend

Hi @stmcginnis, no worries - looks good! I will try to check it very soon.

Hi @stmcginnis sorry, I haven't tried out the changes yet - but I plan to do so soon. I'll let you know.

@danrough I still hope to have it merged at some point. At the moment I just use the branch of my fork where its implemented. I'll try to fix the...

Hi @remyd1 , there is actually, but it is still work-in-progress on my fork and I am not yet finished with it. You can check it out here: https://github.com/tazend/pyslurm/tree/feat/db-user-accounts-associations You...

Hi @basvandervlies thank you for this. I will check it out soon in more detail, but looks good on a first quick glance.

Sorry that it took so long to respond here. I made a new PR (#348) based on this one with some additional fixes, which is now merged into main. Thanks...

Hi, IMO it would be nice to have this also for non-optional fields in a nested struct. Right now, the following example doesn't work and fails with `error.StructfieldMissing` if `uid_range`...

Hi @conradtchan that is something I've been wanting to implement for quite some time. However, although it is fairly easy to fetch the statistics, the data type one is getting...

Hi @conradtchan I implemented this now, a working version of it is in [this branch](https://github.com/tazend/pyslurm/tree/feature/realtime-stats) for Slurm 24.05. It was only possible to do this with `libslurmfull`, because they really...

Glad it works :) Ah yes good hint, I actually forgot to call `.load_steps()` implicitly inside `.load_stats()` - I'll change that so you only need to call `.load_stats()`, and not...