Tobias Fors
Tobias Fors
Seems like 4.0 broke compatability with the facebook provider due to urlquote. Seems like urlquote was deprecated in django 4.0: https://docs.djangoproject.com/en/4.0/releases/4.0/ > "django.utils.http.urlquote(), urlquote_plus(), urlunquote(), and urlunquote_plus() are removed." Any...
Looking at the django source code it seems its been replaced by urllib.parse.quote() Looks like it might've been fixed in newer versions of allauth though? > 'django.utils.http.urlquote() is deprecated in...
This was just based on the default db that comes with scrapydweb, I noticed I got errors thrown when pulling from github and following the instructions (whereas it previously never...
History log: ``` [2021-04-08 16:20:05,034] WARNING in apscheduler: Fail to execute task #1 (upplandsbrohus sthlm 10min - edit) on node 1, would retry later: Request got {'status_code': 401, 'status': 'error',...
I am also curious about this since concurrency is really important for my app.
@lobstrio Should we consider this package deprecated or will there be any efforts to get the server up and running? Would much appreciate a reply, it does seem like there...
Anyone fancy setting up a docker image with one of these pull requests, where marker support has been added? It looks unclear to me whether a merge is on the...
Same, getting error mentioned above when using npm run build. When using local dev server I'm also getting the "Error: Hook can only be invoked from render methods." "next": "^12.1.6",...
> temporary fix would be to disable esmExternals in next.config.js > > experimental: { esmExternals: false, } Could you elaborate a bit on what this does? :)
> This issue has been fixed with PR: [vercel/next.js#31264](https://github.com/vercel/next.js/pull/31264) You'll find it in the next release When can we expect the next release, and what versions will be supported? :)...