mrweiner

Results 25 comments of mrweiner

FWIW, I was seeing this until I added declarations to my main.ts as described in https://github.com/asigloo/vue-dynamic-forms/issues/235, as well as the "failed to resolve component" described in the ticket. The ts...

Figure I should add the specific changes to main.ts that I'm referring to. ``` import { createDynamicForms } from '@asigloo/vue-dynamic-forms'; const VueDynamicForms = createDynamicForms({}); app.use(VueDynamicForms); ```

Actually...scratch that. The error did disappear, but it's showing up again after reopening the project. Must have just been a fluke.

Must have something to do with 1.8.9 being the most recent release: https://github.com/stripe/stripe-cli/releases. Right now I'm on 1.8.6. The cli was telling me to update to 1.8.11 the other day,...

Did you follow the installation instructions? They address this directly. > After installing via git or by downloading the code and extracting it, navigate to the folder where the files...

Wow that's awesome! I'd love to get this set up but have no idea where to start. Any resources or steps to setup that you could share?

Still working through getting everything set up, but @dustinleblanc suggestion for hyperdrive and @ptmkenny outline have been incredibly helpful. Just want to add a couple of notes. - You need...

@ptmkenny have you managed to get xdebug working properly? I've opened up https://github.com/lando/lando/issues/2304 with some issues I'm facing. EDIT: Think I got a solution, added in that issue.

@ptmkenny thanks, that did it -- don't know how I missed the Unix Socket option for docker. This is much cleaner than the daemon.json solution I sorted out. Thank you....

Alright I got everything set up on a clean Ubuntu 20.04. This got me the most recent version of XFCE so the scaling option is present. A few notes. Hyperdive...