Juri Linkov

Results 3 issues of Juri Linkov

Emacs signals the error `Error parsing SVG image: Invalid XML declaration` when trying to display the result of evaluating of the Org-mode block: ```julia #+begin_src jupyter-julia get_cmap("RdGy") #+end_src ``` This...

https://ruby.github.io/openssl/OpenSSL/SSL/SSLContext.html documents the option `verify_hostname` as whether to check the server certificate is valid for the hostname. But when I set `verify_hostname` to `false` in `tls_options`, it has no effect,...