Erik Hetzner

Results 183 comments of Erik Hetzner

Hi @EmmanuelCharpentier Yes, I agree :smile: and I'm sorry, as you can see by my late response I can't promise anything - I've been busy with other things. In general,...

Hi @titaniumbones ! Sorry for the delay. Yes, my top priority is making zotxt work properly with org cite. I *think* it will be pretty easy to do. If you...

This is working for me with emacs lsp-mode with the following config: ``` (defgroup lsp-dbt nil "LSP support for DBT." :link '(url-link "https://github.com/fivetran/dbt-language-server") :group 'lsp-mode) (defcustom lsp-dbt-server-command '("dbt-language-server" "--stdio") "The...

It might be useful to look at expanding citeproc-json to support software. See http://blog.martinfenner.org/2013/07/30/citeproc-yaml-for-bibliographies/ and https://github.com/citation-style-language/schema/blob/master/csl-data.json

> Hey Erik, > > Thanks so much! I'll fix some small things when I get home again, but to answer your questions: > > * The QT3 tests can...

Thanks @blahgeek ! Here is my emacs setup for dbt: https://github.com/fivetran/dbt-language-server/issues/1426#issuecomment-2130470832 I can send you those files, but they contain some semi-private information. Can I email you? My email is...

Hi @blahgeek , Thank you so much for looking into this! I will file an upstream bug.

@DrRataplan Thank you for looking at this! I wasn't sure if those xpath features were implemented (my xpath knowledge mostly stops at 2.0 :grinning: ). It turns out the counter...

Looks like there are some type errors I need to fix...

I just realized that this won't really work for my use case (an xslt processor) unless I allow the caller of an `evaluateXpath` function to pass in a counter. I'll...