Andrew Sanchez
Andrew Sanchez
I was surprised to find that the [search endpoint](https://github.com/hypothesis/h/blob/3430242ce46aa275c5adf89d545054bef86d75d1/h/views/api/annotations.py#L45) only returns bonafide annotations, and not highlights. It's not clear to me from the [API docs](https://h.readthedocs.io/en/latest/api-reference/v2/#tag/annotations) how or if I can...
To remove all files created by snakemake as output files to start from scratch, you can use ``` $ snakemake some_target --delete-all-output ``` https://snakemake.readthedocs.io/en/stable/project_info/faq.html#how-do-i-remove-all-files-created-by-snakemake-i-e-like-make-clean
I know this isn't necessarily your issue, but I can't find a way to contact Baf himself, whoever that is. On your [zoom page](http://www.logicalshift.co.uk/unix/zoom/) you link to "[absolutely essential reading](http://www.wurb.com/if/index),"...
https://datasette.io/discord leads to https://discord.com/invite/ktd74dm5mw and returns the following:
https://github.com/fnichol/docker-ngrok/blob/338760aaf2a3af2deea64c8822db92cc10e404c9/ngrok_discover#L13-L18 ``` version: "3.7" services: listener: image: listener build: context: ./listener ports: - "5000:80" volumes: - "/Users/asanchez122/Projects/webhook-listener/data:/app/data" tunnel: image: fnichol/ngrok ports: - "3270:4040" links: - "listener:http" ``` Adding this to...
There's a [python library called music21](http://web.mit.edu/music21/) that would be great for learning basic programming skills and applying them to explore interesting questions in musicology such as "How many times does...