Kasper Juul Hermansen
Kasper Juul Hermansen
> > > Thanks this is really cool! > For the css it the class "container" in board-list.component.html makes the boards display vertically, if you want it horizontal again you...
@aeneasr do you know if this feature has been implemented for v2.x? if not we would like to contribute it =D. We're beginning to see the same symptoms
And can we remove inactive rows, to reduce the problem in the meanwhile? (I don't know if there are any cascading issues doing that)
We use a stopgap measure to fix this this issue, it isn't pretty but until this feature works it is our best option. ```bash docker buildx build \ --cache-from ......
This is a great suggestion, I will see what is required to pass the pipes properly internally. It shouldn't be too bad. Right now I believe we just pass raw...
Because of the golang actions, this is actually a legal approach now. Which invalidates this issue
@jedevc I can't really tell with the dagger cli errors happening. I am getting a 404 against dagger.cloud. I am guessing that it is probably fine to merge?
> Rebased, and also fixed the warnings issue. > > I also tried updating the use of the old `Container` and couldn't: > > ```diff > - .container_opts(dagger_sdk::QueryContainerOpts { >...
It should work now: ```rust #[tokio::test] async fn test_can_handle_old_and_new_load() -> eyre::Result { let client = dagger_sdk::connect().await?; let base_container = client.container().from("alpine:latest"); client .load_container_from_id(base_container.id().await?) .with_exec(vec!["echo", "from-id"]) .sync() .await?; client .load_container_from_id(base_container.clone()) .with_exec(vec!["echo", "from-id"])...
@lunarway/squad-aura I really like to get this merged before hackathon. I am opening up the PRs now (stacked), They all live pretty much in the same package, so it'd be...