Stig Brautaset
Stig Brautaset
Alex Romanov writes: > You can use just the ENV variables, I don't have config file at all. Thanks for the suggestion! However, our config file is 91 lines at...
I would love to use org-jira, but unfortunately our hosted JIRA does no longer support the SOAP API. Any chance of a version of this that supports the REST API?
Yes. The writer detects NaNs and errors here: https://github.com/SBJson/SBJson/blob/e36f22528daecab6f5803edfe271d6462768bd67/Classes/SBJson5StreamWriter.m#L471-L474 For the _parser_ there really is no special handling: there's no way to represent NaN in the JSON grammar, and this...
This also affects UUID keys.
I no longer use this module, and don't see myself implementing this.
@zenspider I think that is the case, yes. If you use package.el, it may work if you pin to unstable MELPA? Personally I use [straight.el](https://github.com/raxod502/straight.el) and use this recipe to...
``` shell $ bundle exec librarian-puppet config LIBRARIAN_PUPPET_USE_V1_API 0 --global key not permitted: "LIBRARIAN_PUPPET_USE_V1_API" ```
I'm trying to use the eval trick above, and it works but is not 100% ideal. This works (auxiliary functions omitted): ```emacs-lisp (eval `(defhydra sb/hydra-select-themes (:hint nil :color pink) "Select...
@abo-abo yeah, it works now. I don't know what `counsel-load-theme` is; it doesn't appear to be a function available in my Emacs version (25.1.1)