Renoir Boulanger
Renoir Boulanger
I guess I've been "lucky" to pick the hardest featureset to write tests for for my first contribution. This may sound obvious but I'll ask anyway. Is there a in-browser...
There's [Jasmine](http://jasmine.github.io/2.4/introduction.html). But the syntax isn't the same :( ... but we may have something for us with [karma-jasmine](https://github.com/karma-runner/karma-jasmine) though. (after checks) but [we have it already](https://github.com/LeaVerou/bliss/commit/f963a588c6702cb7641c2ab889b1ce20b67783b8#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R37).
Thanks for the clarification @dperrymorrow, I wasn't sure if it was needed or not. I was confused on how Mocha runs tests @vlazar but now I get it, it runs...
Hey @clarkdo, Sure, I'll take a look! I still haven't worked on i18n and vuex syncVuex looks like nuxt/i18n has a method where I could make an HTTP reqiest and...
FYI, @clarkdo, I'm having issues running the service after a build when I tell which baseURL to use, it still does not use it. To see what's missing, I've created...
Related to last comment, I could at last make it work (see [branch **rework-hare-20180619**](https://github.com/renoirb/experiments-nuxt-koa-env-runtime-201806/tree/rework-hare-20180619)). Maybe that should be handled differently though. Setup ``` yarn yarn build yarn --production ``` Intended...
You can close it. I can make another fork off from your changes. Also, I was wondering if you could document how you plan on using with Koa, is it...
Related to loading i18n. I've started something (that I can now do better) in https://github.com/renoirb/experiments-nuxtjs-i18n-element-scss-201809 feel free to pick stuff from it.
FYI, I've played a bit with Vuex and TypeScript. I should be able to refactor this PR/hare with this. I guess the ambition is to rewrite Hare with TypeScript? https://github.com/nuxt-community/hackernews-nuxt-ts/pull/16
(It's a bit off-topic, but somewhat related to this PR that's not moving.) Hi @clarkdo, I wanted to give you a small note that I have been thinking about how...