Ryan Nowakowski

Results 25 issues of Ryan Nowakowski

On step 2.5 of http://dkerwin.github.com/django-pki/installation/configuration.html, when running migrate I'm getting this error: ``` (myproject_pinax)pkiplayground@pkiplayground:~/sandboxes/myproject/server2 [master]$ ./manage.py migrate Running migrations for pki: - Migrating forwards to 0013_auto__add_field_certificate_crl_dpoints__del_field_certificateauthorit. > pki:0001_initial > pki:0002_auto__add_field_certificateauthority_crl_distribution...

khal [output format options](https://khal.readthedocs.io/en/latest/usage.html#cmdoption-format) are fantastic for humans(colorized, etc)! However, I feel like I'm jumping through hoops to make khal's list output parsable by other programs. For example, if I...

type: enhancement
idea
cat:khal

We are already returning some data from the sprint report. Create a generic sprint report method. Then use then generic sprint report method in the more granular sprint report data...

stale

Use schemaless static assets URLs to avoid nasty browser warnings when serving https. Also avoid a github insecure redirect.

When starting an account project, I'm unable to login to the admin site.

bug

If you try to use pinax with any node version > 10 you get a gyp error compiling node-sass during `npm install`. Locking the node version to 10X fixes the...

bug

When using the account starter app, if I hit a @login_required page I get a 404. It looks like it's trying to redirect me to `/accounts/login/` which doesn't exist. Here's...

Move all requirements into setup.py and have requirements.txt reference that. That way we don't have the requirements in 2 different places.

The most recent versions of keyring remove support for Python 2. We need to lock the keyring version to one that still supports Python 2. I've chosen 8.4.1 because that's...

When I do a ledger.read_journal in python on a file with virtual postings, has_flag(POST_VIRTUAL) returns False. I would expect it to return True. Here's a bash run with the details:...

python