Adam DeHaven

Results 71 comments of Adam DeHaven

@lmiller1990 one place where this is currently a bigger blocker is when trying to stub the composables exported by `vue-router`, i.e. `useRoute` and `useRouter` within components. Other than wrapping the...

> if you'd be interested in helping us test it out that would be awesome 💯 yes

@lmiller1990 this is awesome 🚀 I'll def get this worked into some test flows next week

Bumping this. Is it possible to update the existing comment instead of adding a new one every time?

On the sandbox, I can get into a state where cards extend beyond the page width. Is this because the grid container is not wrapping, or...? ![image](https://github.com/Kong/kongponents/assets/2229946/b5c373a4-3bb7-4882-bed6-143af83b30f7)

This looks like the desired implementation; essentially forcing swrv to utilize the cache.

Hey, sorry everyone I just saw this thread. If anyone is open to contributing, I'm happy to help review any suggested changes.

This PR requires some refactoring with the changes in https://github.com/Kong/swrv/pull/304 If someone wants to take a look, I'm happy to review

For what it's worth, I just tried the existing documentation and, as @mgdodge suggested previously, ended up going down a rabbit hole that inevitably lead me to this PR. I'd...

@mgdodge one other change that may be needed: The current npm package for `rollup-plugin-vue` is serving up the v6 beta (linked to Vue version 3.x) by default, which causes errors...