carlcotner
carlcotner
Thanks, this completely solves the problem I described! Now I notice a few more things that I'll mention -- not all directly about ivy-rich, and maybe not all problems. First,...
Turning off `show-trailing-whitespace` for the minibuffer is simple. I'll record it here for reference: `(add-hook 'minibuffer-setup-hook (lambda () (setq show-trailing-whitespace nil)))`
Yes, you're right. I reduced `ivy-rich-switch-buffer-name-max-length` from 48 to 35, and that was enough to clear up all the specific formatting problems I saw. Thanks. I don't know much about...
Interesting, thanks, I didn't know about that. Should ```python posts = get_posts(username, cookies=cookie_file, extra_info=True, options={ 'allow_extra_requests': False, 'reactions': True, 'comments': 'generator', 'reactors': 'generator', 'comment_reactors': False }) ``` be a drop-in...
> [9f184ed](https://github.com/kevinzg/facebook-scraper/commit/9f184edf4fd726a15d8b33ae9dbd47d670092c9a) should make reactor extraction without calling `get_posts` possible, with this commit: > > ```python > from facebook_scraper import * > set_cookies("cookies.json") > pprint(next(get_reactors(5746385992055254))) > ``` This works great!...
Thanks for your reply and the info! On Sat, Jun 2, 2018 at 9:20 AM, Nicholas Riley wrote: > I agree and this feature already exists, but it is broken...
Thanks so much for your response. I would love to be able to sync my org todos with my Reminders, and I will keep an eye out for an update....
Yes, I'd be happy to do that. It looks like the defaults are set in `local.py`. Given the already-existing default translations, I'm imagining that the new translations should just follow...
After doing some experiments to find out about the other non-star "stars" Gmail has, I made the following additions to the files `docs/index.md` and `lieer/local.py`, respectively. ```py 'INBOX' : 'inbox',...
Great, I just submitted a pull request!