Francis Thérien
Francis Thérien
To anyone interested, I created a new script based on this one, that uses the new "LiveDNS" API. https://github.com/auxym/gandi-ldns
Hi, I'm currently experiencing the issue. When I click "Update BibTex", I get the following error in firefox browser console. ``` Parameter 0 is undefined in Zotero.DB.getStatement() [QUERY: SELECT ROWID...
It seems that lyz writes the first line of the bibtex file as a sequence of whitespace-separated strings of the form `[zotero library id]_[zotero item id]`. I guess lyz depends...
Yeah, I agree. As much as I think about it, I can't really see a good reason to keep track of cited references _both_ in the lyz db and in...
Same error on Windows 10, Nim 1.6.0.
Only some versions of cligen exhibit the issue, at least one of which is v 1.3.2: ``` ❯ choosenim update stable Updating stable Info: Already up to date at version...
A recent search on nimble yielded the following and led me to play a bit with the first, lilt. Here are my impressions. [lilt](https://github.com/Quelklef/lilt) * Relatively well documented * Straightforward...
Adding on, if `exportc` should work on consts, then should we also be able to take the `addr` of a const, or at least an exported const? If so this...
I'm also experiencing the issue. Here's a minimal `init.vim` that reproduces the issue for me: ```viml call plug#begin('~/.config/nvim/plugged') Plug 'ncm2/ncm2' Plug 'roxma/nvim-yarp' Plug 'ncm2/ncm2-bufword' Plug 'autozimu/LanguageClient-neovim', {'branch': 'next','do': 'bash install.sh'}...
I think this would be a useful feature (allowing `^` to match at position `start` instead of fixed 0), whether as default behavior or with a flag. Edit: Or alternatively,...