Steven Pitts

Results 41 comments of Steven Pitts

Use aduser.get_expiration instead; constructed values (like msDS-UserPasswordExpiryTimeComputed) are difficult to work with.

Hey @ozgunf did that work or do you still need help?

You have to pass it to https://github.com/zakird/pyad/blob/292fe28629249405ddf587886ea17ff917969a02/pyad/pyadutils.py#L66 Then it'll return a datetime object

@pnsujith Can you try with the newest commit (pull from this repo) and see if it still happens? Also, can you show me the part of your code that retrieves...

Hey there, Is your machine bound to a domain, or are you on a workgroup?

Update: Turns out the syntax I wanted was `terraform_version_constraint = "~> 0.11.0"`. It's actually defined here: https://www.terraform.io/language/expressions/version-constraints#version-constraint-syntax Could this be linked in the docs?

@marcmacmac Thank you so much!!! I'm going to submit a PR to add this to the wiki and link it in the README edit: Apparently PRs to a Wiki isn't...

I've personally found that making it an executable file is better than adding it to default.pa, especially if your setup is designed to use multiple speakers/mics. First, set the input...

``` ➜ ~ journalctl -b /usr/bin/pulseaudio | grep "sink latency" Aug 08 20:45:12 makudesktop pulseaudio[3653]: Cannot set requested sink latency of 9223372036854742.00 ms, adjusting to 2000.00 ms Aug 08 20:47:28...

After a long while of troubleshooting, I've finally got to the last line in the "HACKING" instructions, but I'm getting an error *which seems to not matter*? ``` ➜ pulseaudio...