iamsudip

Results 6 comments of iamsudip

@ethe I have some free time these days. Since I worked on `enforcing required args` issue, I guess somewhat I have some idea. Can you point me how to implement...

@ethe Can you have a look at #132

`macOS Big Sur` Running this solved the issue: `sudo kextload -v /Library/StagedExtensions/Applications/NoSleep.app/Contents/Resources/NoSleep.kext`

I workaround it by creating a custom interface for slack. While processing the message check if the message has . ```python async def _process_slack_event(event: dict): ... if SLACK_APP_USER_ID and SLACK_APP_USER_ID...