emojifs icon indicating copy to clipboard operation
emojifs copied to clipboard

emojifs is a FUSE filesystem that allows you to manipulate custom emojis on your various Slacks and Discords

Results 8 emojifs issues
Sort by recently updated
recently updated
newest added

For the past few days, when i try to use emojifs, it fails with invalid_auth. Here's what a run looks like: ``` $ emojifs -vv [I 210630 14:22:04 __main__:135] 🔑...

This emoji object exists in the wild and currently makes readdir() on the Slack's directory throw: ``` File "/home/cdanis/personal/emojifs/emojifs/slack.py", line 172, in _emoji_to_filename if e['url'].startswith('http'): AttributeError: 'NoneType' object has no...

This is an optional feature, so, shelling out to gifsicle (if present) would be straightforward enough an implementation. There are a handful of reasonable things to try; probably order them...

Somehow, I believe due to race conditions on the Discord server side, they wind up with identical names, despite this usually being disallowed.

When basic functionality is live, could we consider a genericish web layer that supports a persistent or special non-Slack/Discord layer to map websites into? Probably too much HTML parsing to...

The current design and implementation works fine if you're `cp`ing a file directly, but fails with many errors if you attempt using Chrome to download an image directly into a...

Seems like -1 isn't actually the right uid/gid to return for getattr calls (or we aren't initializing WinFsp properly).