Alex Pearwin

Results 8 issues of Alex Pearwin

Rather than having to rely on the icon images in this package being present somewhere, one can use [Leaflet's default icon object](https://leafletjs.com/reference.html#icon-default) instead. ```js const gpx_url = ''; const icon...

Given the contents of `foo.md`: ```markdown The expression $$x = y$$ is boring. ``` When I run this command: ```shell $ markup-toHTML foo.md ``` I get this output: ```html The...

Plotting fits is very nice right now, as long as you're happy using something like `BinnedLH.draw`. If you want to go beyond that, things start to become painful. This begins...

enhancement

Now that we have [lb-conda](https://pypi.org/project/LbCondaWrappers/), people should be able to use tools like Snakemake directly, rather than having to install it themselves. /cc @chrisburr

starterkit-2020

With lots of contributors having strong opinions on their text configuration, we should include a style guide and/or [editor config](http://editorconfig.org/) file that defines how we format the lessons. This is...

The "downloading data" lessons gives [two ways]() to download LFNs that are in a Python file downloaded from the bookkeeping: using a custom Python script that needs the LFNs pasted...

Easy

We can use the neat [gitbook-plugin-codesnippet plugin](https://www.npmjs.com/package/gitbook-plugin-codesnippet) to extract code directly from the example files for display in the lessons. This has the benefit of keeping the examples on the...

### What happens? When running multiple instances of DuckDB in parallel with the following command: ``` INSTALL httpfs; INSTALL postgres; ``` I occasionally see one or more instances failing with...

under review