Aran Donohue

Results 27 issues of Aran Donohue

When developing a new Builder, if the chosen `build_extensions` fall outside of `defaultRootPackageSources`, the builder does not run. Even when stepping through the build process in the debugger, it is...

### Description If I leave my colima/kubernetes running for some time, it destabilizes unpredictably. The two signs of that happening are: 1. I start seeing network connectivity errors from various...

This is a proof of concept/RFC to support Bazel platforms in skaffold. Skaffold uses github.com/opencontainers/image-spec/specs-go/v1 and containerd strings like "linux/amd64" or "linux/arm64/v7" to represent platforms. Bazel's platform system uses bazel...

size/M

## Changes Fixes #1429 This softens the `ffigen` requirement. ensure_tool_available still ensures ffigen is available, but doesn't cap the version. ffigen 11 introduces a breaking change (https://pub.dev/packages/ffigen/changelog#1100) which can be...

### Describe the bug frb's ffigen version validation requires ffigen

enhancement

Sapling appears to work just fine with the git credential helper protocol. For example I can configure the gcloud auth credential helper in `~/.gitconfig` and `sl clone` works. I can't...

**Is your feature request related to a problem? Please describe.** The problem to be solved is that update() methods can't depend on create() having been called, so they have to...

enhancement

**Is your feature request related to a problem? Please describe.** Some cloud providers offer arm64 execution environments at good prices. All new macs offer arm64. For developing on a mac,...

Consider supporting linear types. Wild proposal for a reasonably major direction. Didn't see it discussed here or in the Google Group. Even something simple like an '@noCopy' annotation would be...

feature

Looks like the images published on docker hub under iworkflowio/iwf-server-lite and iworkflowio/iwf-server are "all-in-one" images, which are 500MB+, but looking at `docker-compose/docker-compose.yml`, it pulls in temporal separately, so there's no...