-
Brief description: Being spam called on qTox causes it to use 60%+ cpu until it is restarted
Operating System: Windows 10
qTox version: v1.12.1
toxcore version: 0.1.10
Reproducible: Alwa…
ste-h updated
5 years ago
-
**Description:**
Currently, the callback method for check_username_for_spam does not include the user ID of the person who initiated the search as a parameter. This limitation hinders our ability…
-
### Game Name
Sleeping Dogs: Definitive Edition
### Game code
CUSA01004
### Game version
v1.00
### Used emulator's version (only released versions are acceptable)
v0.2.0
### Current status
Bo…
-
already have discum installed still giving the error
wrrrf updated
2 months ago
-
> If possible it would be nice to get a small subset of past dataset related to this flagged comments/post/thread from ResearchHub and some other that are neutral or considered good post. Something of…
-
GM-6960
In my project I'm loading long string-json using json_parse.
seems that garbage collector is ignoring some memory automatically, due if I call *_gc_collector_* the memory back to normally
…
-
Would be nice for a helper function that takes the updater class (all nicely set up) to apply `run` method on a list of repos. This list should be chunked. Within each chunk, maybe `time.sleep(0.5)` b…
pllim updated
1 month ago
-
I've got Argo setup managing itself. Using GitLab login w/Dex. Viewing the logs for the `argocd-server` pods results in the logs being spammed:
```
time="2024-01-13T14:09:16Z" level=info msg="fini…
-
class SpecialString:
def __init__(self, cont):
self.cont = cont
def __truediv__(self, other):
line = "=" * len(other.cont)
return "\n".join([self.cont, line, other.cont])
spam = SpecialStrin…
-
[The Stack Overflow answer 6270987](https://stackoverflow.com/a/6270987)
Python script:
```python
# Import smtplib for the actual sending function
import smtplib
# Import the email module…