kronion

Results 8 issues of kronion

There are three primary changes in this PR: 1. `_get_metadata()` now raises an exception if neither `METADATA_AUTO_CONF_PATH` or `METADATA_LOCAL_FILE_PATH` are set. 2. Don't include function views in the lists passed...

A bare `except:` is generally bad practice because it can lead to unexpected behavior, such as handling `KeyboardInterrupt`. It is cleaner to be specific about what error conditions this code...

This PR takes helper methods out of `views.py` and moves them into new modules `conf.py` and `utils.py`. `get_current_domain()` has also been renamed to `get_sp_domain()` in order to clarify what the...

Allow support for multiple IdPs using the new `METADATA` configuration setting, and allow greater flexibility in how IdP assertions are interpreted and used for user lookup or creation. Note that...

I installed `zplug` and added a basic setup to my `.zshrc`: ``` # zplug plugin manager export ZPLUG_HOME=/usr/local/opt/zplug source $ZPLUG_HOME/init.zsh # Install plugins if there are plugins that have not...

With the following settings: ``` STATICFILES_STORAGE = "pipeline.storage.PipelineStorage" PIPELINE = { "PIPELINE_ENABLED": False, "JAVASCRIPT": {}, "STYLESHEETS": { "bootstrap": { "source_filenames": ( "lib/bootstrap/css/bootstrap-darkly.css", ), "output_filename": "lib/bootstrap/css/bootstrap-pipeline.css", }, } ``` I get...

The maximum token output for Haiku is 8192 tokens, see [here](https://docs.anthropic.com/en/docs/about-claude/models/all-models). Currently, if you attempt to use this provider, you get an error response from the API call.