#List of containers

1 messages · Page 1 of 1 (latest)

torpid hearth
#

The problem is there's a limitation in the query builder to do it correctly. The code is a bit convoluted without some changes there, which can be done.

Ideally, you'd produce the query in solution 2.

GitHub

What is the issue? From this snippet: $ cat main.go package main import ( "dagger/reproduce-bug/internal/dagger" ) type ReproduceBug struct{} func (m *ReproduceBug) Containers() []*dagger...

hidden garden
#

So should we modify querybuilder.Selection to add a method that accept multiple alias simultaneously (like map[string]querybuilder.Selection)?