Scott Paterson
Scott Paterson
UESRS cannot see Teams, create Teams, assign Tasks to Teams or see Tasks from other users in the same team. Essentailly it seems to be setup so each user is...
https://github.com/j4321/tkcalendar/blob/0c6aa7cb4ee1e583bdf0faec62f99f760f192895/tkcalendar/dateentry.py#L313 creating a subclass of DateEntry causes this error: ``` class cDateEntry(DateEntry): def __init__(self, master, **kwargs): kw_wid, kw_pak = pack_opts(**kwargs) # splits widget keywords from pack keywords for single line...
### Debug mode - [X] I have enabled debug mode - [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues) ### Describe the bug When logging in using Google Workspace...
If you create a subclass of DateEntry then calendar.parse_date uses subclass.get() rather than super().get(). example: (remove the # in the get(self) function to see the error in parse_date) Error occurs...