Avi Deitcher

Results 79 issues of Avi Deitcher

**Description** The only reason we use `CGO_ENABLED=1` in `pillar` is because of `zedpac`. That, in itself, is just a single function that makes other calls. We should replace this with...

We need a way to simplify changing runtime config when building. Specifically, we should be able to do `make installer` or `make live` and have it build with the following...

The primary driver of this issue is DHCP. The libnetwork remote API (as far as I understood it) has it contacting a network/IPAM remote plugin when a container is created...

If `CopyOptions.UpdateChannel` is non-nil, then with each block copied during a `Copy*()`, it sends an update down the channel. The update includes the amount copied in this update, and the...

experimental

Caolan, Simple request: in two places in the default.js reporter, the actual character is used in the code, for the checkmark (passed) and the xmark (failed) for an individual test....

This issue originally was raised in #17 and fixed in PR #18 , which made it into Styliner 1.0.0. However, it appears to have been downgraded in PR #24 ....

### What version of ogen are you using? ```bash $ ogen --version ogen version v1.1.1-0.20240428023010-b41f78c97d17 (built with go1.21.5) darwin/arm64 ``` ### Can this issue be reproduced with the latest version?...

bug

This API is great, and I love the fact that it is ruby-friendly. How do I upload a yml, i.e. do the equivalent of rancher-compose create?

First cut at resolving #11 Supports the following: * `file:///path/to/policy/file` * `http://host.com/a/b/c` * `https://host.com/a/b/c` * `path/to/file` * `/absolute/path/to/file` The first three are handled by checking that it is a valid...

Per the discussion [here](https://github.com/lf-edge/eve/pull/1943#pullrequestreview-598910323), as soon as that PR merges into eve, there will be support for getting a baseos image from within an OCI image. We should have a...