PavtheDog

Results 3 issues of PavtheDog

sc -> users.py -> delete doesn't allow the option to transfer a user's objects to another user. I made the following changes to my code: ```` def delete(self, id, migrate_id...

backlog
Tenable.sc
upstream-api

Error message is not updating when it is set the first time. The message Enter Password shows. Then I enter text which should trigger the Not strong enough. text but...

I been playing with CustomTkinter and notice that textbox doesn't have the capabilities to use the scrollbar. I added the following to ctk_textbox: def set_scrollbar(self, scrollbar): self.textbox['yscrollcommand'] = scrollbar.set Example:...