Sam Garson

Results 42 comments of Sam Garson

Hey @dcreemer any thoughts on implementation of this? My bash isn't great but I'd love to help out if you think this would be doable.

If using Nuxt plugins as described in [this comment](https://github.com/unjs/consola/issues/114#issuecomment-800407491), you can either: - create 2 separate plugins, one for client and one for server (instructions in the docs linked in...

Can't speak to the errors on server side, sorry 🙈

You can use a [Nuxt plugin](https://nuxtjs.org/docs/2.x/directory-structure/plugins/) and the `inject` function to inject the consola instance into every Vue context, e.g. ```js const logger = {{ instantiate consola with options }}...

Just keeping this alive—I can't comment on whether this exists with the bare workflow but at the moment it seems `Exclusive` is not functional on iOS, with latest dependencies. Anyone...

@slytter this always calls the single tap callback in my test. I would have thought that the single tap would always register before the double tap, so Race would always...

+1 merge please! Antiscroll is currently on Bower (from #63) but has no versions and a not-very-helpful bower.json

I'm not sure I understand your question, as this library is specifically to enable runtime environment variables. Variables are available client-side unless the `secret` option is enabled. Could you post...

Please could you provide a recreation on codesanbox? Are you sure this occurs on a fresh Nuxt app with no other code or dependencies?

It's pretty standard practice to give one example in a README—your junior developer would only make that mistake once. Others have been able to open PRs, if you want to...