Viliam Simko
Viliam Simko
I've just found a related section in the vignette titled **"Creating a sha1 method for other classes"**: https://github.com/eddelbuettel/digest/blob/master/vignettes/sha1.Rmd#creating-a-sha1-method-for-other-classes Useful for new contributors.
Any types that should also be implemented ?
what about `zoo` class for time series ?
or just for all cases ```js const ecore = require('ecore') ```
Maybe, but I solved my problem by simply switching to [nuxt](https://nuxtjs.org) where I can keep my components in directories together with related images. ``` components/MyComponent/MyComponent.vue components/MyComponent/related-image.png ``` And inside `MyComponent.vue`...
same problem here. I also noticed that there are deprecated `isClient` and `isServer` being used btw. related issue https://github.com/nuxt-community/nuxtent-module/issues/133
I **almost** got it working using the following approach: ```vue import { ComponentOptions } from 'vue'; import HelloWorld from "./components/HelloWorld.vue" // helper function to attach type to a vue reference...
No problem ;-) Travis is a cloud-based continuous integration service that provides infrastructure for free for open source projects hosted on github. You dont have to download anything. Currently, I...