persistent-evdev icon indicating copy to clipboard operation
persistent-evdev copied to clipboard

Results 3 persistent-evdev issues
Sort by recently updated
recently updated
newest added

Might save someone else the troubleshooting in the future

fixes issue #2 i just added to lines ```python if not os.path.exists(self.state.cache_path): os.makedirs(self.state.cache_path) ``` inside `make_capabilities_path()`

I love your tool but i found an (nitpicky) issue. when i misconfigured my config.json to use a directory that doesnt exist ```json "cache": "/doesnt/exist/cache" ``` this error occurs ```...