Jason Cheatham

Results 182 comments of Jason Cheatham

Check the cache file in `/Users//Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/com.jason0x43.alfred-slack/cache.sjon`. If it has data, the workflow is least connecting properly to Slack. If slack doesn't actually say "No results found", it's probably downloading...

Custom emoji's shouldn't be a problem. However, the lack of user data in your cache file certainly is. Try this: In your cache file, remove the line starting with `"Time":`....

Weird. Glad to hear it's working now. I'll have to look into that more, though; maybe it's something that just happens during initial setup.

The panic is happening because the workflow is trying to read presence data from the cache when the cache is empty. I must have missed a check somewhere; I'll look...

Yeah. Apparently the cache handling could be a bit smarter.

Yeah, I think the specific issue is that if `sls` is called before anything else, it will end up trying to lookup up a user in an empty cache. The...

https://github.com/mitchellh/gon would probably work

I looked more into notarization. Unfortunately, it seems that you need a paid Apple Developer account to notarize applications (a free account isn't sufficient). I only have a free account...

I'm tempted to just port this back to an interpreted language, but I would miss the speed.