carcot
carcot
Thanks for your response. I agree with everything you wrote. There is a related question to the strictness/looseness question you mention regarding code formatting. (I use aggressive-indent when editing Lisp)...
I tried installing combobulate by running `git clone https://github.com/mickeynp/combobulate.git` in my `~/.emacs.d` directory and then putting ``` (use-package combobulate ;; Ensure `combobulate-mode` is activated when you launch a mode it...
@gcentauri - no, I didn't, and if you were able to help, I'd greatly appreciate it. I suspect you're right. My problem is that although I use `straight`, I only...
@gcentauri - Following your advice, I added ``` (use-package tree-sitter) (use-package tree-sitter-langs) (straight-use-package '(combobulate :type git :host github :repo "mickeynp/combobulate")) (load (concat user-emacs-directory "straight/repos/combobulate/combobulate.el")) ``` to my config, and everything...
Oh, I see now. Thank you! Does the `accessToken` need to be fetched again each time before the call to `getFriendActivity(accessToken)`? (I.e., does it change?) Thanks for you help.
I implemented your previous suggestion and so far so good! I'll let you know after I've had more time to test it. Thanks for your help.