Nathan Smith
Nathan Smith
So if we scale the app back to check once every 2.5 seconds we seem to hit a sweet spot. I'll be pushing an update that rolls implements this for...
https://github.com/drud/ddev-ui/pull/117
@rfay So are we wanting to bundle the CLI by detecting if DDEV CLI exists, is the right version, what OS and then `curl https://raw.githubusercontent.com/drud/ddev/master/install_ddev.sh | bash` for Linux and...
Or are you thinking actually including the binary in the UI repo?
@dclear and @mafriend The 0.6.0 RC is ready for testing - https://github.com/drud/ddev-ui/releases/download/untagged-43d282b79ce4a5138a3f/ddev-ui-0.6.0.dmg
Randy, The new button issue is actually more a design issue than anything. If works, it's taking you to the view to create a new project. The issue is it's...
Randy, > For sometime in the future, I still can't figure out selecting the correct directory. Tried "connecting existing" and it ended up creating a subdir. * Didn't understand at...
As for testing with **drud/ddev#1307 (json additions)** this need to be addressed soon, ideally before your next release then this goes live.
@dclear I still need to show the helper text and the error state. I'll post those today.