Konrad Rudolph

Results 70 issues of Konrad Rudolph

Add a script that statically determines dependencies of a module given its path. This could even can generate an installer script as its output. Static dependency discovery is inherently limited...

⚙️ enhancement
✨ new feature

⚙️ enhancement
✨ new feature

… or provide custom `mod::session_info`.

⚙️ enhancement
✨ new feature

Currently both `reload` and `unload` do the wrong thing for package modules and throw an error. This isn’t good.

⚠️ bug

Remove `examples.rmd` and instead add `README.rmd` with a make rule / post-commit hook to generate `README.md`.

The currently supported syntax is ``` r hello = flask$route('/') %@% function (name) sprintf('Hello %s', name) ``` Ideally, the following syntax should be supported: ``` r flask$route('/') %@% hello =...

enhancement
help wanted
question

The fonts shipping with this repository are distributed under [SIL Open Font License](http://scripts.sil.org/OFL). This license notice, and the copyright holder’s name, need to be included into the repository (e.g. as...

I’ve added a `repo` URI parameter to the example code for the Volkswagen badge URI, to ensure that the correct status for a given project is reported. After all, nobody...

I’ve noticed the following behaviour in asciinema 2.0.2: ``` $ for i in {1..30000}; do echo $i; done >large-file $ asciinema rec asciinema: recording asciicast to /var/folders/dr/rp46tjqs5qzfj_ghjpxqrttr0000gn/T/tmprapla7oa-ascii.cast asciinema: press or...

`%%` breaks when the user redefines `

wontfix