-
### Library Version
5.0.1
### Describe the Bug
Good afternoon, I have a problem. I have developed a bot and put it on the server, it works for 4-7 days and shuts down with this
interactions.clien…
-
### Library Version
5.4.0
### Describe the Bug
I run the code that worked on version 5.0.1 on the new version, and it throws me an error
### Steps to Reproduce
-
### Expected Results…
-
First of all, thank you for providing this library!
Could you please provide a released or tagged source of the 2.1.0 nuget package (https://www.nuget.org/packages/PasswordGenerator/)?
Thank you…
-
The following will sometimes generate passwords of length 7 containing no special characters:
```typescript
passwordGenerator.generate({
length: 8,
strict: true,
numbers: true…
-
When I try to run the script, I get an error missing saying that tkinter is missing.
Here's the error:
```python
password_generator-main$ python3 PassWordGenerator.py
Traceback (most recent call …
-
```py
Traceback (most recent call last):
File "c:\Users\HP\Documents\GitHub\Password_Manager\generator.py", line 68, in
PasswordGenerator().window.mainloop()
File "c:\Users\HP\Docum…
-
Relevant for PasswordGenerator and PasswordChecker
-
### Description
Trying to compile mumble-server 1.4.0 on Ubuntu 22.04.1 and facing the following error
```
(auth) allianceserver@server:~/mumble/build$ cmake --build .
[ 1%] Running cpp protoco…
-
Release 2.7.1 in Ubuntu 22.04 KeepassXC put a space character in a new password, which the target website rejected. I was using the default settings plus their list of special characters. I did not …
-
generator.py
```py
import tkinter
from secrets import choice
from tkinter.constants import END
import customtkinter
customtkinter.set_appearance_mode("dark")
uppercase = ["A","B","C","D…