David Aronchick

Results 165 issues of David Aronchick

- [X] I have checked the latest `main` branch to see if this has already been fixed - [X] I have searched existing issues and pull requests for duplicates URL...

Need more info

Is it possible to execute this against a string or buffer? Love the work, but would prefer not to write temp files :)

Hi - LOVE box - just terrific software. Is there any way to add a getter/setter to a particular field? I've tried subclassing box, but it's not working as intended....

enhancement
help wanted

Is it possible to freeze _new_ field creation via dot access without freezing the underlying fields to be immutable?

enhancement

The program is fantastic, but I'd love to do shell verification inside my app - rather than as a CLI tool - which will have to support many platforms. Has...

### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...

Documentation
Debug

Is there any opportunity to extend this to other clouds? It appears as though GCP is pretty deeply wired in.

enhancement

Did all of the roadmap for Q2 launch? Specifically distributed TF Job? cc @karthikv2k @jlewi

kind/question

The current smallest possible command to execute on Bacalhau is the following: ``` bacalhau docker run ubuntu -- /bin/true ``` Both `docker` and `ubuntu` should be defaults. Ideally, the smallest...

Repro: ``` # Terminal 1 LOG_LEVEL=debug go run . devstack --nodes 1 # Terminal 2 # Take BACALHAU_API_PORT from first window and make it an env variable LOG_LEVEL=debug go run...