-
### What version of `hof` are you using (`hof version`)?
$ hof version
hof - the high code framework
Version: vLocal
Commit: Dirty
BuildDate: Unknown
GoVersion: go1.20.3…
-
```
// schema.cue
#a: {
name: string
}
#a
```
```yaml
# a.yaml
name: foo
```
```
> cuetils validate schema.cue a.yaml
a.yaml
----------------------
field not allowed: #content
Er…
-
Reproduced: https://codesandbox.io/s/musing-hofstadter-oppyq
-
```sh
# Executable file not found in $PATH
$ docker run -it --rm hofstadter/cuetils:v0.4
docker: Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380…
-
It should say something like "Cannot compute for 1-element sequence"
-
```
~ Hofstadter$ git token register
? Please enter GitHub username: ceresstation
? Please enter GitHub authorization token: [hidden]
? Please select which GitHub organization to register: git-t…
spm32 updated
7 years ago
-
### What problem does this feature solve?
When there is a page count
-
Using `platformVariants` is extremely unwieldy to use: https://github.com/dagger/dagger/blob/fca9e788f6d605ef9d256beace4656c11d7f6fe5/docs/docs-graphql/schema.graphqls#L196-L201
The idea is that yo…
-
https://spiffe.io/docs/latest/spiffe-about/overview/#dapr
Several non-SPIFFE org implementations are mentioned, which is great for highlighting external adoption.
We should probably mention the SP…
-
### What are you trying to do?
This maybe be more of a documentation request. But essentially, having a good way to run dagger from within dagger. This should solve issues where dagger with certain…