Flávio Juvenal

Results 123 comments of Flávio Juvenal

@soloincc Thanks! I think we're missing one additional test case just for this behavior. On the test, set `redirect_to_login` and check if `redirect_url` overrides it. Could you please write this...

Also, could you please allow me to edit the PR? Check: https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork

Thanks @wbolster! I'll work to incorporate that later.

I get a similar error: `manage.py bower: error: unrecognized arguments: install` On Django 1.8, Mac OS X 10.10.2 (Yosemite)

Hi @amw could you please share your config? webpack-bundle-tracker should not conflict with the compression plugin you're referring to.

hi @roman-rr, I think this is something you should tackle via your webpack config. Did you research about this? Please share your config.

Hi @bennettrogers, this was changed on https://github.com/django-webpack/webpack-bundle-tracker/pull/91 We still have the `outputChunkDir` variable and we use it: https://github.com/django-webpack/webpack-bundle-tracker/blob/8a517eea7b30e8ac47ce5a7d2d93eca356fe8e52/lib/index.js#L71 but only if the filename is a relative path: https://github.com/django-webpack/webpack-bundle-tracker/blob/8a517eea7b30e8ac47ce5a7d2d93eca356fe8e52/lib/index.js#L161-L163 Are you...

Check https://github.com/xinyandai/string-embed

other implementations: - https://github.com/mattiaslinnap/django-partial-index/blob/master/partial_index/index.py - https://github.com/SectorLabs/django-postgres-extra/blob/master/psqlextra/indexes/conditional_unique_index.py

We shouldn't force that. Just test if the error is displayed to user.