Jonathan Chambers

Results 19 issues of Jonathan Chambers

The name in pandoc-style @-citations like `@Zucchini2000` gets the `string.username.gfm` scope while the `@` gets `variable.mention.gfm` It would be nice if the whole `@Zucchini2000` chunk also got something like a...

I'm using pfm for long-form documents and I'm finding the snippets included can be annoying because they bring up the autocompletion menu as you are typing - since the snippets...

It seems like pandoc grid tables don't get identified correctly. PHP Markdown Extra tables/pipe tables work fine but the grid table divders don't get the right scope. ``` +---------------+---------------+--------------------+ |...

When trying to load a 15MB GeoJSON file using `GeoJSONDataSource(geojson=geojson)` I accidentally passed a list instead of a string. This triggered `ValueError expected a value of type str, got ...`...

type: task

I'm trying to get the behaviour of using `_r` in matplotlib for a bqplot color bar, where the order of the colors is reversed. When I create a ColorAxis using...

There is some inconsistencies in the naming of `to-coo` methods: GCXS has `tocoo`, DOK has `to_coo`. I assume to some extent it's to have some compatibility with scipy sparse. But...

type:bug

**Describe the bug** I followed the docs to configure CDS dashboards with the systemd spawner, but I ran into the problem that the dashboards wouldn't launch because it seems the...

bug

I was wondering if tiledb s3 backend should also work with openstack Swift s3 compatible api? I had it working for a bit but it seems to have stopped working...

Readthedocs is the recommended place to host documentation for python libraries, its provides nice formatting among other features. It would be nice to see netcdf documentation synced there. https://readthedocs.org/

I'm getting an 'Error displaying widget: model not found' in jupyterlab - although it works using the voila extension within jupyterlab but i assume the widgets are loaded differently. Is...

enhancement