Andrew Tolmie
Andrew Tolmie
Hi I can comfirm this happening on Cygwin on windows 10 using Blink example with board tag Uno without any connected Arduinos (I did this way to test this awesome...
Found out that someone tried the same thing as I did, in #377 and get the same error. The proposed solution is to replace the id.exe in 1.6.x arduino with...
This may be quite involved for vimwiki. However there is a plugin I am using now called [citation.vim](https://github.com/rafaqz/citation.vim) that searches through a bibtex file and insert bibtex keys and other...
I would suggest pandoc which support references and citations. On Monday, July 10, 2017, Yuchen Pei wrote: > @EinfachToll By that I mean for example > here is a paragraph:...
I have same problem while using cygwin and solved it after some analysis. The real problem is the line ``` mkdir -p $(jupyter --data-dir)/nbextensions ``` The `data-dir` have a newline...
I opened an issue over at Jupyter about this to see if they could remove that last newline jupyter/notebook#1937.
I noticed this issue is still open. I am keen to render HTML objects without using Jupyter notebooks or lab either within the qtconsole or in a separate window. Is...
I perfer the piping method. This should allow the user to take in account of their current gpg software. On Ubuntu you usually have `gpg` and `gpg2` together, which often...
Ah I did not think of keeping QR codes separate! But you can cut the paper up with scissors, no need to waste a whole sheet for one QR code....
Example configuration: ```vimscript call denite#custom#var('citation', 'cache_path', 'None') call denite#custom#var('citation', 'mode', 'zotero') call denite#custom#var('citation', 'zotero_version', '4') call denite#custom#var('citation', 'zotero_path', '~/Zotero') call denite#custom#var('citation', 'zotero_attachment_path', '~/Zotero/library') call denite#custom#var('citation', 'collection', 'None') call denite#custom#var('citation', 'bibtex_file',...