azrdev

Results 52 comments of azrdev

I gathered so much from : ~~~py from awxkit import api, config, utils config.base_url = "https://awx.example.com" config.credentials = utils.PseudoNamespace({'default': {'username': 'admin', 'password': '12345'}}) connection = api.Api() connection.load_session().get() api_v2 = connection.available_versions.v2.get()...

@manoj-maracheea-cko you'd look at job_events, either polling or maybe awxkit offers some notification/listening functionality. btw, could you wrap your whole code block in ~~~ or ``` for readability?

I also see these duplicate project syncs on AWX 21.1. ~~Moreover, the playbook run seems to use the synced code from the *wrong* one, i.e. without the overridden branch: I'm...

@caschulz88 I collected some of the disk layouts here: https://gist.github.com/azrdev/e20c13f360840bc0157c. No guarantees about those without "verified original" in the title, though. You can fork that gist as any other repo,...

Assuming you're bound to longtable (e.g. by the `IEEEtran` documentclass), but want to use pandocs' tables, there is a workaround forcing the table into a single column here: . It...

Yes, that's what I propose. I don't find it in the docs, but https://github.com/influxdata/influxdb-python/issues/655 suggests that data points can simply omit fields, and i can confirm on CLI: ~~~ >...

AIUI there's no reason do worry about performance with 350 fields: https://community.influxdata.com/t/maximum-number-of-fields-and-tags/9472/3 It would be lacking overview to look at the whole rtl433 measurement with that sparse data, but that's...

> I asked the systemd guys on the IRC a couple of months ago. They told me that After / Requires does not work in this situation and that there...

then maybe put a short notice "down for maintenance" there instead of the 404, which just animates people like me to look where the howto might have been moved without...

As a first step, it would be nice if reading progress is saved in a way so it's not overwritten if I do a "full sync" (or should I rather...