Pascal Breuninger

Results 220 comments of Pascal Breuninger

@mrsimonemms Thanks for giving this another shot! I don't feel good about bending the existing implementation to accomodate for the object based commands. Imo we should rather refactor the way...

@mrsimonemms thanks for the contribution and patience! LGTM as well

We've never linked back the PRs but DevPod supports the `--workspace-env` and `--workspace-env-file` flags

@koolay You can also use the context option `AGENT_URL` to set it permanently. per-command `DEVPOD_AGENT_URL` takes precedence though. `devpod context set-options -o AGENT_URL=$YOUR_URL` or alternatively specify it in the UI...

Right now we should automatically install updates in the background. I generally agree though, having a changelog in the app and a custom modal would be nice. We can also...

Ah sure, we don't have an updater for `.deb` builds right now because tauri doesn't support it. If you're fine with the plain download link on debian that shouldn't be...

We've decided to only support auto updates for the platforms [tauri](https://tauri.app/v1/guides/distribution/updater) supports it as it's overhead that doesn't need to be in this project. Closing as not planned for now....

Hi @p5, thanks for opening a feature request. I'm trying to wrap my head around how this would work on the remote machine, i.e. how exactly the flow should be...

sounds good to me 👍 let's put this on the roadmap. Can't make any promises as to when this will be shipped though. If you're curious, you can also give...

@p5 thanks for the PR, makes sense