Zeva
Zeva
Taking a look at this, and testing against Python 3.11a6, wrapt fails to install on Python 3.11 due to `setuptools.formatargspec` being removed. However, since this PR drops support for Python...
Yep, doing `requests.post("...", json=...)` solved it. Thanks for the quick feedback! I'll leave this open since there's some work needed with it
I think I'm having an issue related to this in one of my programs. I have the following code, and `Roleping.is_modified` isn't getting set as `True` in the following: ```py...
See #4, as I think it's similar in nature to your question
This isn't a true Bitcoin miner, but more of a proof of concept on how mining works. It only mines a single simulated block
For various reasons, that would be a terrible idea. tl;dr is that you can't directly mine BTC with standard computers anymore, ignoring that this code is just a proof of...
Here's it being integrated into NAFF: https://github.com/NAFTeam/NAFF/blob/jurigged/naff/ext/debug_extension/debug_jurigged.py I'll go ahead and close this now
[testbot.zip](https://github.com/NAFTeam/NAFF/files/9621779/testbot.zip) Here is the code I used to test this. In `testbot/exts/test.py`, you can add/remove commands, arguments, etc. You can also add other files with extensions in them to have...
> Purely because of how much of a selling point this is, and how complex it is under the hood, can i suggest you make a guide for its usage?...
> Is there any way to disable it? > > Depending on what I'm working on, I can foresee times when I would want the rest of DebugExtension, but juryrigged...