Chris Dostert

Results 48 issues of Chris Dostert

## 🚀 Feature Certain calls exist only to produce outputs. If such calls are [pure](https://en.wikipedia.org/wiki/Pure_function), the call can be [memoized](https://en.wikipedia.org/wiki/Memoization). ## Motivation Speed 🏃💨

## User Story *As* an op designer *I want* to reference attributes of files/directories natively *In order* to avoid needing to use an op to do so ## Example ```yaml...

## 🚀 Feature Allow container specs to declare a graceful shutdown period. ## Motivation It's common to want to gracefully shutdown your process ## Prior work https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/ gracefulTeriminationPeriodSeconds

## User Story *As* an op author *I want* to natively define images via opspec *In order* to avoid relying on non-native image building/caching solutions which are less visible and...

Scenarios to demonstrate: - Continuous integration (on commit do.. ) - Bot conversation (on mention/response do.. ) Trigger types: - fs watch - schedule

User Story: As a user of the CLI I would like the ability to query the output In order to filter to only the records and fields I need Reference:...

User Story: As a user of the CLI I would like the ability to specify the format of the output In order to use it directly from tools supporting particular...

ux

### User story **as** a user of the opctl CLI **when** calling the `run` command, by default I want my op to be killed when the initiating process is no...

As an opctl user If docker is unavailable I want to be notified of this error immediately In order to act on it

User Story: As a user, when I run an op with file &/or dir outputs I want the files &/or directories to be owned by me (my user/group) So I...