Marcos Nils

Results 82 issues of Marcos Nils

https://github.com/marcosnils/bin/blob/master/pkg/providers/docker.go#L49

help wanted

Hey there, congrats for `gq`, it's really an awesome tool. Today thinking about the possibilities of `gq`, I was dreaming with the idea of allowing some sort of basic scripting....

Only adds two sub-commands to run GraphQL queries and start the engine API router initially. Signed-off-by: Marcos Lilljedahl

We should revisit our issue templates since some of them still request the user to run old commands like `dagger version`. i.e: https://github.com/dagger/dagger/issues/new?assignees=&labels=kind%2Fbug&template=bug_report.yaml&title=%F0%9F%90%9E+%3Ctitle%3E cc @gerhard

area/documentation

Fixes #3741 Signed-off-by: Marcos Lilljedahl

area/documentation
area/graphql

### What are you trying to do? Browsing the Haxe docs the other day (https://haxe.org/manual/introduction.html) I've found it's commenting system quite friendly which lead me to this GH project https://github.com/utterance...

area/documentation
kind/enhancement

As agreed on #3188, we're discontinuing graphiql from cloak dev. Fixes #3199 Signed-off-by: Marcos Lilljedahl

area/core

### What are you trying to do? Allow to set OCI image config through cloak. Some other users in Discord are requesting this also. https://discord.com/channels/707636530424053791/1042489428788138025 https://discord.com/channels/707636530424053791/1042489428788138025/1042660776831365190 ### Why is this...

kind/enhancement
size/medium
cloak
area/graphql

CLI examples: https://github.com/dagger/dagger/blob/main/cmd/dagger/query.go#L29-L41 https://github.com/dagger/dagger/blob/main/cmd/dagger/exec.go#L21-L24 Are unix specific, we should change it to depending on which platform the CLI is built, examples differ.