Peter Uithoven
Peter Uithoven
So of course I couldn't do that with Spotify but I tried that with Inkscape. Looks like the desktop files of all the snaps I have installed are in: `/var/lib/snapd/desktop/applications`....
While installing the Arduino IDE I got this error: ``` Could not parse file "/home/peteruithoven/.local/share/applications/spotify_spotify.desktop": Key file contains line ?/snap/spotify/19/usr/share/spotify/icons/spotify-linux-128.png .desktop? which is not a key-value pair, group, or comment...
Ah I see. This only happens when you use an url that includes a hash, like [#showcase-code](https://elementary.io#showcase-code) / [#showcase-terminal](https://elementary.io#showcase-terminal). When visiting https://elementary.io and just navigate through the showcases there is...
This might be related to: https://github.com/nesterone/vue-vega/issues/33 ?
``` vue // HelloWorld.vue import Vue from "vue"; import VueVega from "vue-vega"; Vue.use(VueVega); export default { name: "HelloWorld", props: { msg: String }, data() { return { values: [ {...
Including the compiler of course fixes it ``` js // vue.config.js module.exports = { runtimeCompiler: true }; ``` Reference: https://cli.vuejs.org/config/#runtimecompiler More info: https://vuejs.org/v2/guide/installation.html#Runtime-Compiler-vs-Runtime-only How to do this for VuePress: https://github.com/vuejs/vuepress/issues/402#issuecomment-388169056
Another way is adding a check before using this library: ``` js if (React.isValidElement(children)) return children; else return renderProps(component || children || render, props); ```
Could you point to the actual documentation example, instead of github organizations? I found one visualization on: https://nuxtjs.org/guide It does have a nice index on the left.
I did add the following page to the Switchboard wiki on Plug search: https://github.com/elementary/switchboard/wiki/Plugs
Elementary Contractor's readme now also contains some basic documentation on contract files: https://github.com/elementary/contractor I wish I knew about [lewisgoddard's comment](https://github.com/elementary/website/issues/936#issuecomment-241470938)