Trevor Hartman
Trevor Hartman
What do you think about the ability to have more than one tab-local term with the ability to specify location, orientation and corresponding hotkey?
I'm starting to use vim sessions to help replace `tmuxinator`. Would be awesome if nvimux could recognize the quick term when a vim session is restored.
This would help a ton with debugging `csrf_detected` and `access_denied` issues. I want to look at the exact requests it's making to the provider API and resulting responses (headers, status...
https://github.com/technomancy/leiningen/blob/master/doc/MANAGED_DEPS.md#lein-parent-projects Specify: - `yetibot/core` as a provided dep - ```clojure :plugins [[lein-inferv "20201020.015531.74d2ced"] [lein-environ "1.1.0"]] ``` - ```clojure :repl-options {:init-ns yetibot.core.repl :timeout 120000 :prompt (fn [ns] (str "\u001B[35m[\u001B[34m" ns "\u001B[35m]...
Related to https://github.com/yetibot/yetibot/issues/1036
``` !our yetibotAPP 9:16 PM :cop: org.postgresql.util.PSQLException: ERROR: syntax error at or near ")" Position: 33 :cop: ```
Related: https://github.com/yetibot/yetibot/issues/371 Current API (AlphaVantage) is rate limited to 3 reqs per 5 min 😖