whedon
whedon copied to clipboard
Command-line utilities to manage JOSS submissions. May one day be a sentient being.
Updates the requirements on [nokogiri](https://github.com/sparklemotion/nokogiri) to permit the latest version. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
following https://github.com/jgm/pandoc/commit/356795dba06e2f1c4a0336c9836c132e97929926, otherwise error occurs as in https://github.com/jgm/pandoc/issues/7215
https://github.com/jgm/pandoc-citeproc is now archived and says that its functionality is now built into pandoc, and that no filter is necessary. A lot of the tooling I've found for JOSS has...
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog Sourced from rake's changelog. === 13.0.6 Additional fix for #389 Pull request #390 by hsbt === 13.0.5 Fixed the...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. Changelog Sourced from rexml's changelog. 3.2.5 - 2021-04-05 {#version-3-2-5} Improvements Add more validations to XPath parser. require "rexml/document" by default. [GitHub#36][Patch by Koichi ITO]...
This allows unicode in code blocks, as is especially popular in Julia submissions (https://github.com/openjournals/joss/issues/963). https://sourcefoundry.org/hack/
We tried to include the email address of the corresponding author in the footnote, [like this](https://github.com/SNEWS2/snewpy/commit/b696a5a153a531e48d4e2c4d925537686f485574): ``` authors: - name: 'James P. Kneller^[Corresponding author: [email protected]]' orcid: 0000-0002-3502-3830 affiliation: 4 ```...
We just ran into a whedon mysterious error here: https://github.com/openjournals/joss-reviews/issues/3311 And actually the issue was that [here](https://github.com/openjournals/whedon/blob/919a44c1cae3a44f4475db2cd3bbc17b3b3ff721/lib/whedon/bibtex_parser.rb#L82) there was a DOI that was missing the first half of the pattern,...
This is a work in progress. A few known issues/things to do: - The Markdown figure conversion seems to produce invalid XML: https://github.com/jgm/pandoc/issues/5290 - Not sure whether we need to...