Mati
Mati
Hey there, I've took myself the time exploring a few go-native only solutions for ddev-ui and also a web-based solution. The web-based solution is testable here https://github.com/iammati/ddev-ui It runs on...
@rfay just renamed to to "ddev-userinterface-vue", hope its kinda more obvious now The `ddev pnpm` custom command is also added inside the repository here https://github.com/iammati/ddev-userinterface-vue/blob/main/.ddev/commands/host/pnpm You may SSH into the...
I hope this is better now: https://gist.github.com/iammati/481c7b38fe474a9af953b141a8e703ec :) FYI: will edit the README of the custom ddev-userinterface-repo of mine tomorrow and update this as soon as it's done
You may add it into the main post of this issue, would avoid to lose this gist in case people comments in future
@rfay i'm a vscode user, never liked PhpStorm at all IMHO.. What do you mean by _great plugins for key IDEs_ specifically? An integrated extension/plugin for IDEs (next to the...
How about users who neither use both? AFAIK the purpose of a GUI for ddev was for those, who are not that much familiar with ddev itself. Not sure how...
AFAIK Electron runs simply Chromium to simulate a browser with the V8 engine. I assume the `` might not be right. \Your HTML markup looks also good to me, I...
Not sure if that helps but https://github.com/glidejs/glide/issues/201#issuecomment-975965000 looks like (if I'm not confusing stuff here) it has been released under v3.5.0 ?
Might be the issue mentioned in v3.5.2 release (about the dist directory not being used on NPM after its installation)? https://github.com/glidejs/glide/releases/tag/v3.5.2
Same here: - Debian 11 (bullseye) (with WSL2) - Node.js v18.12.0 (pnpm v7.25.0) - Next.js v13.1.2 Also using the example with TypeScript and Turbopack.