David K. Hess

Results 42 comments of David K. Hess

@mpetroff I'd like to chat with you about this feature in more detail – I reached out to you in email.

I also have a need for this feature. Any progress or recipe where we can make it work?

If this is still available on a branch somewhere, I'm willing to work on it as a PR.

I wasn't aware of the source map support in Vue 3 - that's some good news! Looks like this might be useful in that scenario: https://www.stacktracejs.com/#!/docs/stacktrace-gps It appears to load...

@posva has there been any action on this in Vue 3? If not, I may have the cycles to put together a PR for it.

Forcing chrome to a particular size with the fix above to cypress/plugins/index.js worked for me. It appears that chrome was running at a slightly different window size with cypress run...

A workaround for this is to put a v-if on the Vuetify text field and toggle it after setting the model value like this: ``` ``` ``` this.form.phone_number = value;...

A workaround for this is to put a v-if on the Vuetify text field and toggle it after setting the model value like this: ``` ``` ``` this.phone = value;...

@WeichenTeo, that worked for me. It wouldn't display and the extension showed "background page (inactive)". I clicked it and afterwards the next time I opened the inspector the Vue tab...

@florianlink is there any word on Qt 5.15 generated wrappers being added? I'm not quite sure how to invoke `python_generator` but I think I'm doing it right with: ``` >set...