Results 43 comments of Connor Dooley

Whatever is the default command when you hit start on Kitematic

@musicGoddess so it's been 11 months, can you use your computer yet?

I would love an example of fetching new data using a computed property, I'm working on that now but having some trouble with it. The problem is that whenever I...

@senaria I just ended up having to make some stubs: DialogStub.vue ```vue import { computed } from '@vue/reactivity' import { DefineComponent, defineComponent, PropType } from 'vue' /** Note: focus trap...

Since #80 has been merged and published, can this issue be closed?

This might be because [`kind`](https://github.com/dospunk/eslint-plugin-sort-class-members/blob/b8ed7f00a0a4b8672372564c32fdde72aff43ba1/src/rules/sort-class-members.js#L435) and [`type`](https://github.com/dospunk/eslint-plugin-sort-class-members/blob/b8ed7f00a0a4b8672372564c32fdde72aff43ba1/src/rules/sort-class-members.js#L427) have the same value

Any updates on this? I would love to be able to use Playwright but not being able to test any components that take functions as props without creating a whole...

@sand4rt sorry, I seem to have misunderstood this issue a bit. I'm on Vue where [MountOptions.props](https://github.com/microsoft/playwright/blob/main/packages/playwright-ct-vue/index.d.ts#L44) is typed as a JsonObject which does not allow passing functions