PouleY
PouleY
I tried and it work, but the network card name is a problem. I used psutil and a temporary file (with pickle). **My example :** In `main.py`, add: ```python scheduler.NetStats()...
Yeah, sorry, I wanted to look at how to do PR (I've never done one), but I didn't have time... Thanks @RussNelson :) EDIT: Anyone have an idea for this...
Hi team. @RussNelson, Can you cancel your two PR (network metrics and date)? I will take care of adding 2/3 things to the code: - integrate it into themes -...
Hi, **My purpose:** I used datetime. In `main.py`, add: ```python scheduler.DateStats() ``` In `scheduler.py`, add: ```python @async_job("Date_Stats") @schedule(timedelta(seconds=THEME_DATA['STATS']['DATE'].get("INTERVAL", None)).total_seconds()) def DateStats(): # logger.debug("Refresh date stats") stats.Date.stats() ``` In `stats.py`, add:...
Thanks @RussNelson ;)
Hi all, I was able to fix this by adding my LAN in `System -> Configuration -> Options -> Forwarding Hosts` On the other hand, I noticed that these emails...
Hi, You can define it on the `taiga-back` container, in the `/taiga-back/settings/config.py`. It works. **However**, not quite the way it should. In fact, when you want to invite someone who...
Hi team, I'm taking this thread to also add the ability to save preferred sort order. When we change the sort order, at the next connection, it always returns to...
Hi @pulsejet, precisely. What I propose is to add it to the settings so that the option persists outside the browser. :)
The env var `SLSKD_SEARCH_REQUEST_FILTER="islossless"`, which result of: ``` filters: search: request: - islossless ``` doesn't work by example.