Philip Colmer
Philip Colmer
I'm periodically getting this error from my Python script, mostly when I'm trying to unbind the LDAP connection: ldap_connection.unbind() Any suggestions on why this is happening and what I need...
**Which Category is your question related to?** auth configuration **Amplify CLI Version** 6.3.1 **What AWS Services are you utilizing?** Cognito **Provide additional details e.g. code snippets** This is possibly/probably related...
This is part question and part bug report. During testing of my code, I'm generating a lot of logs. This makes tailing the logs longer and longer so I'd like...
*Issue #13* I've extended the Okta authenticator to recognise the response from Okta that indicates at least one MFA is active and to act accordingly. I have *not* been able...
If my Okta account has an MFA then authenticating fails with: Traceback (most recent call last): File "/usr/local/bin/awsprocesscreds-saml", line 11, in sys.exit(saml()) File "/usr/local/lib/python2.7/dist-packages/awsprocesscreds/cli.py", line 81, in saml creds =...
Step 5 under "Getting Started" says: ```` Make sure to change the name of the project in the DistroLauncher-Appx/DistroLauncher-Appx.vcxproj file to the name of your executable we picked in step...
The documentation at https://docs.mailman3.org/en/latest/migration.html specifies the following commands to be run: ``` mailman import21 [email protected] /path/to/mailman2/foo-list/config.pck python manage.py hyperkitty_import -l [email protected] $var_prefix/archives/private/foo-list.mbox/foo-list.mbox python manage.py update_index_one_list [email protected] ``` https://github.com/maxking/docker-mailman/issues/445 suggests: >...
Using the test app (attached), load the first block of data and scroll down to the bottom:  Click to load more rows. Note how the new data is displayed...
#### Context We're trying to migrate to using AWS SSO for all user authentication. Initial testing suggests that `ecs-cli` doesn't work with SSO authentication. Various errors are reported depending on...
The current source for Minimagick isn't completely implementing the initialisation of a new StaticFile. https://github.com/zroger/jekyll-minimagick/blob/master/lib/jekyll-minimagick.rb#L15-L23 https://github.com/jekyll/jekyll/blob/master/lib/jekyll/static_file.rb#L29-L38 Please mirror those changes as these omissions are causing problems for other plugins, e.g....