Maxime Haineault
Maxime Haineault
Is there any technical limitations preventing this ?
@loganabbott It's nice to see the new direction SF is taking and the commitment you have for FOSS, however, I fear it's a bit late to recover from the damage...
@loganabbott the most important difference to me is that even if Gitlab gets bought or change philosophy significantly, its source code can always be forked and maintained openly. No closed...
I had the same problem .. because my client wanted to test his site with a fresh database. The only workaround I found was to index the django Site app...
For anyone stumbling on this issue, double check you're using a test ad ID and not an actual one.
It also fixes this issue in django-dajax: https://github.com/jorgebastida/django-dajax/issues/58
I managed to make it work, but for some reasons it doesn't seem to work once deployed in production.. Here's my config: ``` python LOGGING = { 'version': 1, 'disable_existing_loggers':...
Ok .. after much more digging I found out what's going on. This is a problem with dajaxice, not sentry :) This is caused by dajaxice not logging the traceback....
Pathogen is not detecting the plugin for me neither, had to use the pack method. ``` Ubuntu 20.04.2 LTS VIM - Vi IMproved 8.1 (2018 May 18, compiled Apr 15...
If it can help .. I got Sentry reports for this error as well, it does not seem to affect a lot of our users, but it looks like the...