tjhasan

Results 10 comments of tjhasan

A much more elegant solution might be to force all usernames to be encased in quotations, but that felt too intrusive to the current code so I'll leave that decision...

I tested with any type of special character as @Fwishys mentioned, and they seem to work fine so long as you encase them in quotations. For example (name) will make...

It's been 1 month and this issue still exists.

Ok I found the problem. This issue will appear if you compile it with anything past Python 3.8. So in order to get around it for now, trying building the...

Just to be sure, are you wanting to turn the overload.py application into a .exe file? If that's all, I can go ahead and do that. I'll create 2, one...

It might be worth putting in an argument that allows users to specify a specific port so that this issue doesn't happen again. Would this be something I could work...

So I've been hammering away at this for a bit and I realized that, if the `--web` argument is called and the `command = subprocess.run()` function is executed, the `blackbird.py`...

Awesome, in that case i'll go ahead and implement that right now.

I am having the same issue. This is roughly a month old now, were you able to find a solution?