Daniel Roe

Results 2592 comments of Daniel Roe

@akashlama1998 As above, I recommend keeping your modules in the store folder if you are using Nuxt, because that is where Nuxt expects them. I don't use this package any...

Just exporting some of the type helper functions from the library so they could be used outside of it.

Agree about single version 👍 The only issue is that JSdoc spec allows for separate `@version` tags, but I guess we can combine them with `||` ourselves? For runtime behaviour,...

Is it too opinionated simply to detect current absolute path (from `process.cwd()`) in defaults and replace it with ``? I can't think of a scenario where we would want that...

@ricardogobbosouza The normal jest environments are `node` and `jsdom` which provide appropriate globals for those environments. I am proposing a `nuxt` environment (possibly more than one).

Sounds nice to me! Would be worth looking into how/whether to integrate with the [native `Transition` element from Vue](https://vuejs.org/guide/built-ins/transition.html). We will also need to turn off `pageTransition` and `layoutTransition` within...

This is a helpful prompt but I think you should instead be recommending enabling restrictive permissions by default for the entire organisation rather than adding these lines to every repo...

Currently waiting on https://github.com/nuxt/nuxt.js/issues/14182.

We now support nuxt 3 :+1: