Carl

Results 17 issues of Carl

I was experimenting with `automat` to simulate a game. The game has a number of different phases, and different players may only be active in particular phases. I modelled the...

Now you should be able to pass a `Pmf` instance with string labels to `thinkplot.Hist()`.

The link at http://couchdbkit.org/docs/ under the heading "Build an External Handler": http://wiki.apache.org/couchdb/ExternalProcesse#Example_External_Process Is missing an "s" before the pound sign. Thanks, Carl

I specifically have a use case for incorporating a Duo Security MFA flow into the credential processor. At my institution, we use Duo Security's [Duo Prompt](https://help.duo.com/s/article/1013?language=en_US) to provide a 2nd...

Currently ADFS and Okta are supported. In Higher Education the [Shibboleth IdP](https://www.shibboleth.net/products/identity-provider/) is a very popular SAML2 IdP. A "vanilla" deployment of shib uses a basic form-based credential, and would...

See https://www.thoughtco.com/avoid-inline-styles-for-css-3466846 Noticed this when the style was blocked by my content security policy: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'"....

Like the `requests` argument. Allow you to easily check or not check the SSL cert. This is especially helpful for dev environments where you use a self-signed cert. I realize...

The base classes for LDAP DIT entries found in :file:`ldaptor/entry.py` are hard-coded to store password hashes for simple BINDs in salted SHA1 format. The entry is prefixed with "{SSHA}". This...

`entryhelpers.SearchByTreeWalkingMixin.search()` creates a node iterator function based on the scope of the LDAP search request. This function returns a `defer.Deferred` in each case. Unfortunately, the code assumes that this `Deferred`...

[_icons.scss](https://github.com/antoniandre/wave-ui/blob/714748f1b03bea20cdf7f78c6a26866c5694a36d/src/wave-ui/scss/_icons.scss#L4) uses a data: uri. This can be blocked by strict content security policies. Could the font just be moved to an actual asset file?