Elian H. Thiele-Evans

Results 21 issues of Elian H. Thiele-Evans

# What problem did you solve? Closes #1404. This PR adds another regex to check for chunk progress in the form of `x/y`. This appears to have been a change...

# PR: Executable Selection - Contributes: R executable selection. - Related issues \#696 \#1130 \#1148 \#747 # Aims 1. Consolidate R path selection into a more user-friendly UI 2. Make...

It would be nice to programmatically create an async function, such as when you want to convert an expression into an anonymous function. An example interface could be: ```r as_async_function(...

Resolves #10 - [ ] Combine allows numeric arguments - [x] Vectorise id and class parameters - [ ] Fix callout and with_* not using class parameter - [ ]...

upkeep

- combine doesn't allow character-coercible values to be passed to it - qto_span(1) results in an error - can't pass c() values to class and id parameters - vectors should...

upkeep

Currently `map_qto` returns a list of quarto_blocks, but requires more work in order to have it print "asis". Should we wrap the list in a `quarto_list` class that prints lists...

feature

**Describe the bug** mac and windows test runners always fail for all PRs, no matter if the PR in question has no issues with it. The failure is because the...

bug
engineering

- Change the github workflow to not autoclose issues, instead just marking issues as stale for manual review - Closes #1498

This is super neat! Perhaps a niche idea but, I saw in #15 that you were looking at generators/iterators, and the other proposal about a defer keyword, and it made...

theme-internals
type-design
meta-proposal
status-feedback-needed

I would like it to be possible to serve server sent events (SSE) in plumber. I have been trying to write event-streams using plumber, but have found that whilst I...