Francesco Frassinelli
Francesco Frassinelli
It seems to work here in version 2.
@DrLove73 the problem seems to happen only when both JOIN and WHERE are used. No clue why casting it to `char(50)` makes the join+where query work, because the join is...
1. JOIN pushdown is not supported yet #27 2. I never had a look about how tds-fdw works internally, so I have no idea actually
@Aadesh-Baral I just tried to start the tasking manager, and it failed, since no timezone was specified. I am not sure if it still applies.
I am in favor of having a better dependency manager, but I would advocate in favor of tools which follows modern Python PEPs and rely on `pyproject.toml`, like pdm (or...
Here is an example I wrote: ```python3 #!/usr/bin/env python3 from aiohttp import web import os import spotify CLIENT_ID = os.environ['CLIENT_ID'] CLIENT_SECRET = os.environ['CLIENT_SECRET'] REDIRECT_URI = os.environ['REDIRECT_URI'] async def auth(request): async...
Using `ContextVar` is a good suggestion indeed :-) The code looks incomplete to me now, as the `auth` part with the initial request and scopes is missing.
The fact that only published content is cleaned up afterwards could be added to the documentation. Still, it would be nice to have an option to clean up all the...
I see that each time there is a new bulk upload, a new share gets created. Then it makes sense that the validity of the alias page can differ from...
> Do you think this is a common problem? It never occurred to me at least…. That is hard to say. In my case, I am going to receive the...