Howard Jones

Results 124 comments of Howard Jones

Is that actually the possible events in Windows? It seems to just be Modified, regardless of what changed. (looking at `watchdog.observers.winapi.WinAPINativeEvent`). Unless there is something deeper in there that's aggregating...

Sorry - misunderstood which layer you were talking about. Yes, that would work. Although even then I think the option to filter LAST_ACCESS (or others) from the second is useful,...

Looked a bit further. I added `credentials=None` as a new parameter to launch() The `Unknown entity type None` message seems to be because the Job constructor expects the response from...

Adding the credentials parameter, plus adding the first credential to credentials= seems to fix it. job = job_template.launch(extra_vars=extra_vars, credentials=creds, credential=creds[0])

It would be cool if the docs described how to get a dev environment that works. e.g. so far: * bootstrap script dies if your system python is 2.7, or...

Are the tests normally run on something other than x64? The database that's baked into the fixtures doesn't load (the postgres container sits in a loop saying it can see...

Hehe. The python side of things I understand, but not so much postgres. I'll poke at it some more in the next few days.

That would be cool! I have another small patch waiting, actually (skip_tags on launch()). It'd be nice to be able to run tests - I might make larger additions with...

I'm facing this same issue (actually I started with an Ansible issue, and now I'm 3 issues deep in trying to add a Managed Identity to a group LOL) -...

hehe thanks. I have to admit that my original take was that the combination of lightly-documented autogenerated query builder classes and async was massive overkill for my simple use case,...