Mika Raunio
Mika Raunio
Had the same problem. It turns out that the city is only displayed with the Maxmind DB and not the DBIP one, even though the comments in the sample config...
Submitted PR #2318
@jfilter 's answer works great when you're exporting from the admin. If you'll be exporting from the shell or your views as well, you could override `get_queryset` directly on your...
For me, `json` and `stylish` give correct, 1-indexed line numbers, whereas the `+ 1` in `IssueLocation` causes `compact` to have 2-indexed line numbers. Have submitted PR #47 to remove the...
This is strange, I get the following (also with a regular file, not just stdin), on MacOS with Python 3.9 as well as Debian 10 with Python 3.7.3. This is...
Thicken it does! I tried the original sample input from @rixx, and it seems that the heart of the issue is actually that line numbers from some errors are 0-indexed,...
Ah, looks like this mystery is in fact just coincidence. @rixx's sample used mismatched tags, whereas my sample (and the error that initially led me to comment) was an unterminated...
@carltongibson What's your view as to where in the code to best address this, and what the desired outcome would be? This is really two problems coming together: 1. `send()`...
Repinging @carltongibson on this. Before work towards a potential fix, feel we would need decisions regarding the questions I raised in https://github.com/django/channels/issues/1466#issuecomment-1086827765, namely: 1. Is it appropriate for `send()` to...
> Nor I'm expecting to send data during receive though either. So... 🤔 @carltongibson Not sure I understand what you mean here. Why would it be at all unexpected to...