Alexander Kammerer
Alexander Kammerer
Hi, this looks like a great project! However, there has not been an update for a few years now so I wonder whether this code still actually works. I wanted...
Hi, in the company I work for, we were quite frustrated with the state of inline partials using Jinja2. While there are some brillant people helping with great code snippets...
Hello, I want to report the following bug / weird behaviour: 1. I do `pkgload::load_all()` once. 2. Then I change something in any file. Just a small change. 3. Then...
I am using shiv to create `.pyz` files for easy Python code execution on Windows. My usage is like this: ```powershell shiv --site-packages dist --compressed -p 'py -3.9' -o myapp.pyz...
Hi, first of all: thank you for your work on this package. It has made testing code in R so much more pleasant. We upgraded to testthat edition 3 a...