Peter Desmet

Results 284 issues of Peter Desmet

Pelican 4.0.0 allows pages to have `status: draft` now: http://docs.getpelican.com/en/stable/changelog.html#id1 But using this for a page generates an error when using the pelican-page-hierarchy plugin: ``` UndefinedError: 'pelican.contents.Page object' has no...

Thanks to this plugin, content can be structured hierarchically, which is awesome. For a collaborative website, we'd like to take it one step further and have every page be a...

See https://jekyllrb.com/docs/themes/#understanding-gem-based-themes. Default README for this was: Add this line to your Jekyll site's `Gemfile`: ```ruby gem "petridish" ``` And add this line to your Jekyll site's `_config.yml`: ```yaml theme:...

enhancement

Currently getting: ``` ERROR `/sw.js' not found. ``` When running `jekyll serve`

In `` metadata

enhancement

Inbox messages are often of the form: ![screen shot 2018-10-19 at 12 11 05](https://user-images.githubusercontent.com/600993/47212366-402d4b00-d398-11e8-9908-344b3aed2163.png) Without indication what work was updated. Clicking `View on your record` just goes to https://orcid.org/my-orcid, rather...

## Is your feature request related to a problem? Please describe. When creating a new version of a dataset I have to manually set the publication date. That date is...

Enhancement
Triage: Pending

Readr can parse abbreviated (`%b`) and full (`%B`) months names: ``` r library(readr) parse_date("1 Mar 2011", format = "%d %b %Y") #> [1] "2011-03-01" parse_date("1 March 2011", format = "%d...

feature
datetime 📆

The [styleguide](https://style.tidyverse.org/documentation.html#cross-linking) suggests wrapping functions in **square brackets** to cross-link: ``` #' @seealso [fct_lump()] to automatically convert the rarest (or most common) #' levels to "other". ``` The next section...