Thomas Schaffter

Results 262 comments of Thomas Schaffter

We may need the new option `--cache-to` recently added: https://github.com/devcontainers/cli/pull/570 I will resume working on caching the dev container image(s) when the dev container CLI v0.50.3 is released as it...

## What I learned from #1978 This was an attempt to make the GH runner run the entire job in the container with: ```yaml runs-on: ubuntu-latest container: image: ghcr.io/sage-bionetworks/sage-devcontainer:55645b0 options:...

## New Approach: Mount Yarn cache folder to Dev Container in CI workflow Returning to the current implementation where we use the devcontainer CLI. The goal is to set up...

## Cache when workflow run for PR vs push to `main` The caches created by `actions/cache@v3` when running the CI workflow in a PR is not available to `main`. This...

## Update 2023-10-03 The remaining tasks are to review Nx cloud config, though I think that it's working as expected. The second task is the adoption of `pnpm`, which should...

I posted this [question](https://discuss.hashicorp.com/t/validating-tags-added-to-aws-resources-with-cdktf-before-deployment/53583) on tags validation on Terraform Discourse.

The design is OK if you know what org you are looking for: you type a search term, the list shrink to 1-5-10 items and you select the one you...

@sagely1 Use the imperative form for changelog items: ``` Added pagination support - 10 rows by default Add pagination support for Model Overview CT Add pagination support for Disease Correlation...

## Architecture ### Pushing data to the challenge registry Let's start with how we could push data to the registry. There are two reasons we won't use the REST API...