Matt Iversen

Results 12 issues of Matt Iversen

Currently the docs contain a [small example](https://discordpy.readthedocs.io/en/v1.2.3/quickstart.html#a-minimal-bot) for writing a discord client using just the client object; But there is no comparable analogue if someone wants to write a specifically...

suggestion

While I know the stockfish thematic colour is green, I especially don't really like looking at that. Completely subjectively, it looks a sickly colour to me. Anyway, all that I...

Are these huge migrations on the horizon for you? How much comparative effort do you think they'll take? Would you like any help with this sort of task?

Hi, I am thinking about the adoption marketing of thonny (e.g I am often recommending it on the Python Discord). I think these days most people (particularly younger generation) have...

Updated a whole lotta things. Let me know if you'd anything in a separate pull request - Updated license file - pep8 style fixes - ConnectedCommand std_out and std_err now...

I was very happy with this feature, > Add possibility to activate a virtual environment via Files view (by @kr-g), https://github.com/thonny/thonny/pull/2381 However most of my virtual env's live in a...

I'm originally trying to install SpreeCommerce. I found out I need ExecJS. Then I found out I need a JS runtime, so I chose mustang. My system is 64-bit Ubuntu...

I love the program, and dearly want to play with it more. So it's with great sadness I open this issue. I opened the program and started playing with it...

To be run like `python profile.py sig 400` which will run 400 cases of signature generation and display the cProfile results for the function calls made. Allows you to see...

I added a simple profiling script to show call profiles of the main functions. This allowed me to see that the manual bit unpacking performed by the likes of ```...