blag

Results 62 issues of blag

Hey @bradleyg, are you still interested in maintaining this? There's a few PRs that are easy fixes, and a few issues that could quickly be resolved. Just trying to make...

Hey @selwin, thanks for all of your work on this. But are you still interested in maintaining this? There are a few PRs and issues that can be merge and...

##### SUMMARY Actions are not removed when upgrading/downgrading packs. ##### ISSUE TYPE - Bug Report ##### STACKSTORM VERSION Paste the output of `st2 --version`: st2 3.0dev (7524cc8), on Python 2.7.12...

bug

This PR makes it much easier to generate a safe loader (or a normal loader) that disallows duplicate keys in mappings. This follows a few points of the [Zen of...

This PR makes it much easier to generate a safe loader (or a normal loader) that disallows duplicate keys in mappings. This follows a few points of the [Zen of...

RTD has sent out multiple deprecation notices regarding config files and options in the config file. Adding this config file should silence them.

Allow this app's URLConf to be parented in more places than just `/account/`. ## Description This PR removes the `/account/` prefix from this app's URLConf, allowing developers to choose for...

enhancement

Some of the dev dependencies in `pyproject.toml` may not be necessary anymore. Let's remove anything we don't need. ## Context Context is [here](https://github.com/jazzband/django-user-sessions/pull/170#pullrequestreview-1660831538).

Switch to using [`setuptools_scm`](https://pypi.org/project/setuptools-scm/) to handle versioning. ## Context Context is [here.](https://github.com/jazzband/django-user-sessions/pull/166#pullrequestreview-1654878821)

enhancement
idea
pull request welcome

Closes #212. Changes proposed in this PR: - Adds `request` argument to `user_signed_up` signal - Adds `account_updated` signal TODO: - [ ] Tests