CsBigDataHub
CsBigDataHub
`company-keywords` backend is not working after the update. current package-version - `company-fuzzy-20201020-1552` emacs-version - 27.1 company-version - `0.9.13` - package-version = `company-20201004.735` **Update** : Can confirm that it is working...
Yes `company-keywords` doesn't show up at all. It used to work fine earlier and that is the reason I have downgraded it. I just tested it with `jenkinsfile-mode`, code -...
FYI.. https://issues.guix.gnu.org/issue/57849 Looks like using `-Wl,-w` will help.
FYI.. https://issues.guix.gnu.org/issue/57849 Looks like using `-Wl,-w` will help.
@mpolden Do you have any idea if `restclient` package can handle `p12` cert types though `authinfo`? This is how it is done in curl ```curl curl --cert-type p12 --cert cert.pfx:${password}...
Can confirm that @mpolden [Emacs auth-source](https://www.gnu.org/software/emacs/manual/html_node/auth/index.html#SEC_Contents) works. Of course `key` and `cert` can be generate from `p12` - ``` openssl pkcs12 -in mycert.p12 -out file.key.pem -nocerts -nodes openssl pkcs12 -in...
FYI.. https://issues.guix.gnu.org/issue/57849 Looks like using -Wl,-w will help.
@jimeh FYI https://issues.guix.gnu.org/issue/57849
@staticaland yes. https://github.com/cartolari/snipmate_to_yas
@staticaland thanks. Good work on the python scripts. @AndreaCrotti does it make sense to create a travis ci pipeline to run @staticaland's script periodically to reflect any changes from terraform...