dppdppd
dppdppd
> That's regrettable. Did you run the experiment at least twice? I'd guess that the caching functionality is slow on the first invocation of the calendar, but fast on subsequent...
I was excited about this workflow only to discover that folders aren't supported. I exclusively manage/tag folders and have no intention to tag files. Maybe there's a solution that avoids...
That's all fine and understood if the feature isn't generally interesting. But I don't imagine my situation is exceptionally unique. I have folders that need non-hierarchical organization where the individual...
Thanks for taking the time to respond. I went ahead and added support for taggable directories for my use case. Sharing here in case anyone else finds it useful: https://github.com/dppdppd/filetags/tree/allow-tagging-dirs
It is! I sidestepped the side effects by treating directories (that have extensions) as endpoints. So there’s no descending into them. They may as well be zips. Cheers.
added `browser.find_element_by_css_selector("#continue").click()` to get in but the downloads error out. I guess more has changed.
Switching to lisp ls worked for me on a galaxy note 10.1. Thanks. (require 'ls-lisp) (setq ls-lisp-use-insert-directory-program nil)