Kyle Barron
Kyle Barron
Every time I type `\` for line continuation, the following error appears: ``` [IPKernelApp] ERROR | Exception in message handler: Traceback (most recent call last): File "/home/kyle/local/anaconda3/lib/python3.6/site-packages/ipykernel/kernelbase.py", line 233, in...
The Readme says that this package supports R Markdown, which to me means that it implicitly supports Pandoc's Markdown. Assuming that's true, 1) it might be nice to add Pandoc's...
Seems to be distinct from #111. 
See #225 and https://pandoc.org/MANUAL.html#generic-raw-attribute. Pandoc added support for Inline and Block raw attributes with version 2.0.  LaTeX still isn't included perfectly. It might have something to do with the...
I updated to Atom 1.19 and the multi-cursor alignment no longer works. From the example in the README (the vertical lines are removed and where my cursors are placed): ```...
Hello! This is a great project! I searched in the issues and didn't find any mention of this... Is it possible to start node with `-r esm`? This preloads [`esm`](https://github.com/standard-things/esm),...
It appears that there's a maximum number of rows that the Variable Explorer can have. So on a vertical high DPI monitor, the spacing between rows is too high. Would...

CodeMirror [isn't accepting new modes](https://github.com/codemirror/CodeMirror/issues/5623#issuecomment-437495554) into their repository. To get syntax highlighting for the Stata Jupyter kernel, I wrote a Jupyter Lab extension that depends on the mode in an...
Along with @stuartlynn, I've been working on https://github.com/kylebarron/geopolars to extend polars to add support for geospatial data, much like [GeoPandas](https://github.com/geopandas/geopandas) extends Pandas (see also polars issues #1830, #3208). With Arrow,...