Michael Maurer

Results 15 comments of Michael Maurer

Ah thanks. That was actually a simplified version; I have more logic in my actual source

Thanks for the response. FWIW I'm on emcc 2 so it could be a breaking change. I'd be happy with the README change ``` emcc (Emscripten gcc/clang-like replacement + linker...

I found what feels like a hacky way to do this: ``` -- views.py -- class GoogleAdapter(GoogleOAuth2Adapter): def get_callback_url(self, request, app): if not "callback" in request.GET: raise OAuth2Error("Google OAuth Error:...

I'm having the same issue in release and pre-release versions. Interestingly, I can still see my "/explain" query in the "Show Chats" history. But it isn't displayed (or considered) in...

Having this issue as well with 2.2.1 (originally had the error with 2.1.8)