Philip Obiora

Results 71 comments of Philip Obiora

> @Philip-21 reviewing this. Will share feedback. Alright thanks

> @Philip-21 sorry, I'm struglling to test out properly. Keep on getting errors, i think it's my JSON file. Mind sharing a screenrecording? > > and perhaps your JSON files...

> also why the `-` at the end of the `daytona target set -f -` command? So` cat /pathtojson/ | daytona target set -f -` , sets a target from...

@ayushrakesh declare a `t.tempdir()` to remove to test files or generated files after execution to keep things tidy, by the way does the test pass ?

if tests pass successfully, then its fine. Use the `temp.Dir()` or `os` package to remove the generated test files for this unit test you wrote

@nkkko here is what i observed, since The `waitForApiServerToStart()` checks every 30 seconds for the Api server to start. It might be that the API server takes longer to start,...

@Tpuljak so it means the Daytona Vscode IDE isn't handling the port forwarding to localhost properly ?

> > @Tpuljak so it means the Daytona Vscode IDE isn't handling the port forwarding to localhost properly ? > > @Philip-21 VS Code port forward does work properly. I'm...