Brian Hicks

Results 85 issues of Brian Hicks

I have a document which simplifies to the following: ```elm import Json.Decode as Decode Decode.decodeString Decode.int "1" --> Ok 1 ``` ```elm 1 + 2 --> 3 ``` In this...

enhancement
parsing

Given the following file: ```hcl file.directory "a" { destination = "a" } file.directory "b" { destination = "{{lookup `file.directory.a.destination`}}/b" } ``` `converge plan` outputs the following: ``` root/file.directory.a: Messages: Has...

health checking should use plan's output and be a special display mode instead of being a special interface implementation on the backend.

enhancement
i-want-a-pony

Converge should be able to create an application bundle by loading modules and rewriting their sources to be relative to one another, then bundling them all in a gzipped tar...

enhancement
i-want-a-pony

I've painted myself into a corner on the V1 RPC API. Notably, it sprawled to many different services and structs and isn't at all well architected. The server itself is...

enhancement
i-want-a-pony

When we call a module, it looks like this: ```hcl module "x.hcl" "foo" {} ``` We refer to this subgraph as `module.foo`. This works! But there's more we could do...

i-want-a-pony

Two plans and applies shouldn't take place on the same machine at the same time.

When using `pkg.aster.is/aci/maven:3.3.9` as a dependency, `acbuild` fails to run commands. This seems to be specific to `acbuild` and not the image, since I can run all the commands I...

As of 43f9e2a7 (#1848), Roc requires a `lib` directory to be present by requiring it with an `expect` in `get_builtins_host_obj_path` in `crates/compiler/builtins/src/bitcode.rs`. This doesn't always make sense, for example in...

bug

Hey hey! I'm starting a new elm-pages site for the first time in a while today and after running `npx elm-pages init sitename`, `elm-pages build` gives me this: ``` --...