Vikas Yadav
Vikas Yadav
Did you figure this out?
Was thinking of using this library in one of my projects. This one seems to be a major problem. Did you figure it out yet?
The backend still doesn't support partial text search. Are there any plans to migrate to elasticsearch?
I haven't used dj-rest-auth yet but was considering using it for one of the projects. This sounds like a major limitation. Is there a workaround?
@mkarganov Did you find a solution for this? I am also facing the same issue. payload[:exception_object] is nil for me.
Exactly. I tried to test it by making a syntax error in my views and using the code provided in the documentation. I did get correct error message in `payload[:exception]`...
@wardviaene I am not very sure about the implications of `agent=false` but it does fix the `SSH_AUTH_SOCK` error.
@zombor I wanted to do something similar to yours, didn't find a very clean solution for it but this worked ``` class JsonFormatter < ActiveSupport::Logger::SimpleFormatter def call(severity, timestamp, _progname, message)...