Jonathan Sick
Jonathan Sick
In #530 we enabled the ExtractOutputPreprocessor (which extracts figures from html files, thereby making them something that the UI can source in the cards). However, this doesn't seem to actually...
Let's add a sidebar to our HTML page template (see also #513) that includes links to the section titles. This would need some code that parses the markdown content and...
It'd be great to have a GitHub Actions check to ensure that tutorial contributions are using the known keyword vocabulary (e.g. as specified in https://github.com/astropy/learn-astropy-librarian/blob/main/astropylibrarian/data/keywords.yaml) See also [astropy/learn-astropy#](https://github.com/astropy/learn-astropy/issues/42) for a...
See https://github.com/tmux-plugins/tpm ``` git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm ``` Then start a tmux session and run `control-a I`
This was brought up in #35 cc/@moustakas ``` prometheus:0.44% adsbibdesk --debug 2013ApJ...772..119L Starting ADS to BibDesk ADS to BibDesk version 3.2.dev Python: 2.7.6 (default, Mar 12 2014, 06:23:30) [GCC 4.2.1...
From @moustakas: ``` % uname -a; python --version; adsbibdesk --version Darwin prometheus.local 13.1.0 Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64 x86_64 Python 2.7.6 3.1.1 % adsbibdesk...
This PR makes it possible for a GitHubAPI instance to automatically authenticate requests as a GitHub App (as opposed to an *app installation*). By setting the `app_id` and `private_key` arguments,...
I want to implement a factory for creating `GitHubAPI` clients for my GitHub Apps that are authenticated for different roles. Already Gidgethub makes it easy to create a `GitHubAPI` that...
- Algolia Client Version: 3.0.0 - Language Version: 3.11.4 ### Description I'm trying to use `SearchIndex.browse_objects_async`, but I'm running into an issue with the async iterator, `ObjectIteratorAsync`. This is the...