Philip Douglass

Results 49 comments of Philip Douglass

> Did I miss something? No @shanemcd, you definitely didn't miss anything! What I was saying was that one _could_ have the webhook url be `https://awx.mysite.net/api/v2/job_templates/1/bitbucket/?token=b0e37dd0-b759-11ec-b14b-bb12b88566fd` and then AWX would...

For me, when I do the mount command, I can browse my Dropbox files, but the "Done" link/button is disabled (gray.)

I can confirm that this issue was resolved for me by making sure I wasn't staging empty files that matched my `.gitattributes` git-crypt smudge/filter settings.

You can do it like this: ```python import napkin from IPython.display import Image @napkin.seq_diagram() def distributed_control(c): user = c.object("User") order = c.object("Order") orderLine = c.object("OrderLine") product = c.object("Product") customer =...

Done! I just upgraded my VM to Ubuntu 22.04 LTS and recompiled Emacs from the latest HEAD, and I can still reproduce the issue as I described earlier. Here's the...

The output of `stoken show --seed` shows `Encrypted seed` and `Decrypted seed` as strings of 16 double hex chars, for example: ``` Decrypted seed : d8 d0 30 66 30...

Well, I already got a clue and did that myself in python2 like this: ```python In [21]: from base64 import b32encode # ** these are not my real bytes of...

I just noticed you removed this in daf091d: ```python - class Config: - env_file = "fastapi_msal.env" ``` …any reason why? In any case, I'd prefer to support the standard `.env`...

I actually don't know for sure which I'm using! I just followed the quick start you linked to, and also based on running these CLI commands: ```sh TENANT=$(az login --query...

Even better, now this works too: ```python accounts = tdbank_institution.accounts() ```