garar
garar
Hello! I've updated this pull request with some changes: I added parent injector support. Now, if you do not explicitly provide scope when creating child injector, parent's scope will be...
Hi! Is there a workaround to this issue? I've tried using `DEB_PYTHON_INSTALL_LAYOUT=deb` variable when using `poetry add` but it seem that it doesn't work. Is there some other way of...
Hi @TheGhoul27 ! Can you use: OneVsRestClassifier, OneVsOneClassifier or MultiOutputClassifier from sklearn as a workaround? https://scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html https://scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html https://scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html They can convert binary classifier to handle multiple classes.
Hi @mgdigital ! I've upgraded from 0.6.1. PS. I've also set issue summary, I missed it for some reason, sorry :)
Hi! I've checked metrics endpoint, here is the output: ``` # HELP bitmagnet_dht_ktable_hashes_added Total number of hashes added to routing table. # TYPE bitmagnet_dht_ktable_hashes_added counter bitmagnet_dht_ktable_hashes_added 466 # HELP bitmagnet_dht_ktable_hashes_count...
There doesn't seem to be any excessive CPU usage, 2-3% for `bitmagnet worker run`, and 0% for postgress. Is it possible that using postgres as queue backend is causing some...
Hi! As I mentioned in issue description, I'm using docker compose from your docs. I downloaded it today, it has this new shm option for postgres. Sorry I don't have...
Hi @mgdigital ! I've rebooted my computer and the all containers, but I still see a lot of exception in logs: *EDITED TO REMOVE LOGS CONTAINING CONTENT METADATA* I can...
Hi! Unfortunately backup and delete and restore didn't help. Exceptions in logs persist. I see that wal write is slow: ``` 2024-02-16 08:08:02.421 UTC [50] LOG: checkpoint complete: wrote 641...
Hi! I get the same error for the same game: ``` [RAP] downloaing RAP file 4e50440000000003000000030000000055503030303 100%[========================================================================================>] 352 --.-KB/s in 0s Traceback (most recent call last): File "/home/garar/.local/bin/pynps", line 8,...