Sam Garson

Results 43 comments of Sam Garson

Thanks @Soviut, I would say the same. It does seem strange to me that you would want the API call to happen if you access the page from the server...

Thanks. I'm not sure how the two are related, could you explain further? But also I would recommend migrating to the new `runtimeConfig` option which is part of Nuxt core.

How are you injecting your environment variables?

If this is still occuring can someone use code sandbox to recreate this, so I can debug?

Currently this module does not support SPA mode, as for that you can just use the normal `env` property and the vars will get baked in at build time. I'm...

That is an interesting one—I also recently saw [this implementation](https://github.com/simplesmiler/nuxt-env-shim/blob/master/lib/plugin.js) which uses the head metadata to store the public env... (unfortunately this repo also includes "shims" for other libraries which...

Yeah, that is an alternative but of course its an extra HTTP request so has performance/network implications, plus seems more fragile to your point about dealing with async-ness. I'd be...

@coderua that is a different issue, please don't hijack the thread—the error is saying that `this` is undefined. This suggests to me your store is not being setup like a...

A big issue we've encountered when trying to implement this gem—the Incoming Webhook method of sending messages with the Slack API only allows posting to the single channel which the...

Amazing, thanks! If we want to avoid a 2.0 release, we could keep the original Slack delivery method named as it is? Not sure if that would make the release...