You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When gale is run via the dagger CLI, how does it ensure compatibility with the Engine that dagger manages?
As you know, when a command is run via dagger run <YOUR_COMMAND HERE>, the dagger CLI provisions the Engine. So if I have dagger v0.8.4 running locally which provisions Engine v0.8.4, but gale v0.0.4 expects v0.8.1, could this cause issues?
🙇♂️ For the dagger run gif size issue, have you tried dagger run --progress plain ? cc @vito for more terminal recording & sharing tips.
The text was updated successfully, but these errors were encountered:
🙇♂️ For the dagger run gif size issue, have you tried dagger run --progress plain ? cc @vito for more terminal recording & sharing tips.
Found the issue. terminalizer automatically gets screen size. If I don't drop my resolution to a minimum or adjust the screen size, it tries to generate bigger images. Adjusting the resolution helped a lot.
When
gale
is run via thedagger
CLI, how does it ensure compatibility with the Engine thatdagger
manages?As you know, when a command is run via
dagger run <YOUR_COMMAND HERE>
, thedagger
CLI provisions the Engine. So if I havedagger v0.8.4
running locally which provisions Enginev0.8.4
, butgale v0.0.4
expectsv0.8.1
, could this cause issues?🙇♂️ For the
dagger run
gif size issue, have you trieddagger run --progress plain
? cc @vito for more terminal recording & sharing tips.The text was updated successfully, but these errors were encountered: