Chris Clark

Results 5 comments of Chris Clark

This is working for me. I think this issue should be closed.

We're currently looking into this in a PR in `markdown-xwidget` here: https://github.com/cfclrk/markdown-xwidget/pull/8 tl;dr: So far, we're solving this problem with javascript in the browser. If anyone has ideas about how...

Just to document another example, here's the config that ended up working for me: ```emacs-lisp (ejc-create-connection "snowflake" :dependencies [[net.snowflake/snowflake-jdbc "3.13.27"] [net.java.dev.jna/jna "5.13.0"]] :connection-uri (concat "jdbc:snowflake://my-db.snowflakecomputing.com:443" "?user="[email protected]" "&warehouse=my-warehouse" "&role=my-role" "&db=my-db" "&authenticator=externalbrowser"...

Any ideas when a new release might be pushed?