Karel Kroeze
Karel Kroeze
Added support for IEEE journals (so far it only supported conference papers). This is primarily visible in the author/affiliations, and some minor other tweaks to the front page (e.g. `,`...
Exposes the default value for `additionalProperties` on an `object` type as an option, implementing a repeatedly requested feature (#335, #346, #358). I've added the option to the appropriate interface, the...
adds the option to use an url as input to the CLI - uses `validator.isURL()` to test if the input is a valid fully qualified URL. - uses `axios` to...
I'm aware that collecting comments from reddit is limited to 500 comments, but I did not expect the collection to error and exit completely. Is this intentional? ```R # First...
I extensively use .rmd/.qmd documents to create reports, but also to write tutorials for workshops and lectures. Echoing code is a standard feature that helps me do this. The problem...