Doug Kelkhoff

Results 77 issues of Doug Kelkhoff

I ran into a situation where I wanted to be able to turn on or off different pieces of commentary in the markdown throughout a document. For example, I would...

For windows that have built-in configurations to hide the title bar, maximizing the window works as expected, but restoring the window adds an additional title bar to the one already...

bug
workaround

Sometimes it's nice to link users to documentation without the option to bounce between versions. Especially if the production version of a product isn't on the latest release, users might...

enhancement

We encountered this on an internal deployment, but wanted to post a related bug report here for tracking. We were trying to deploy to a tag that was "broken" (still...

bug
enhancement
help wanted
good first issue

Posting this primarily as a TODO item for myself, as this is related to code that I contributed. ### Overview Discovered when running `covr::package_coverage` with `options(covr.record_tests)` against package `renv`, it...

It would be super helpful if, in addition to the srcrefs of the code that gets executed by each test, we could also record the srcrefs of the unit tests...

Following a discussion with @davidanthoff in the Julia Slack who referred me back to `Query.jl` in a discussion about some changes to `DataFramesMeta.jl` and I offered to give some new...

Closes #1566 A pretty minor change to implement the suggested changes in #1566. I made one additional design choice to emit a once-per-session warning when `local_reproducible_output` is run without `NLS`,...

As described in #604, the current `gitlab_remote` makes use of API endpoints that are not available to tokens generated for use within gitlab CI (stored in the [`$CI_JOB_TOKEN`](https://docs.gitlab.com/ee/api/README.html#gitlab-cicd-job-token) env var),...

A bit of a goofy behavior, but Gitlab's `CI_JOB_TOKEN` (the access token created for the execution of each CI job), has very [selective access to the Gitlab API](https://docs.gitlab.com/ee/api/README.html#gitlab-cicd-job-token). ### Errors...

gitlab