tfardet
tfardet
Any news from this? It started happening again for me and, looking at the logs, I found the POST returned to be: ``5001 "Missing x-pm-appversion header"`` which seems to me...
In the meantime, one useful thing would be to authorize slash-including URLs in the parameters to set a custom instance link. At the moment, one cannot add ``farside.link/nitter/`` or ``farside.link/invidious/``...
This seems like a very simple change and this PR would be very useful (not supporting the default level strongly limits logging redirection at the moment). @Serene-Arc could you please...
> You can search in the "# Explore" (Entdecken) view. Took me a while to find that as well. Very confusing, this should be changed. A related post just showed...
See also [this thread](https://fediscience.org/@tfardet/108050628816278811) for a discussion of the issues associated to the recommendation algorithm. As for a very simple and less biased onboarding system: - ask new users for...
This is also a major hindrance for moderation as I cannot check precisely what I previously sent to a person (I cannot copy everything into the profile notes)
Not sure whether it's the right place to post this, but there is a major possibility for memory improvement when using ``bounding_box`` in ``pyrosm.OSM``. A naive implementation I tested was...
@chungkang I ended up combining ``osmium`` and [``pyogrio``](https://pyogrio.readthedocs.io), so switching away from ``pyrosm`` as this new library is actively developed by the people from ``geopandas``.
> No bandwidth at the moment That's perfectly understandable, but why close the issue, then? Isn't it easier to leave it open until someone, someday can have a look at...
@armagaet ```python import os address = # enter your proxy address port = # the proxy port os.environ["HTTP_PROXY"] = f"{address}:{port}" ```