Silvan

Results 9 comments of Silvan

Sorry, yes forgot to post the rest of this issue: - yes i tried running from command line with `startx radio-companion` in iTerm terminal - I realized that it might...

helped me: https://stackoverflow.com/questions/33870520/npm-install-cannot-find-module-semver

I experienced the same and solved it like that: 1.) use the latest version of markdownit in your `package.json` change to`"@nuxtjs/markdownit": "latest",` (v.1.2.1 is the latest one) 2.) replace all...

maybe something like this ```js ['@reallifedigital/nuxt-image-loader-module', { imagesBaseDir: ['static/uploads', '../outside-of-Project/', 'https://api.yourimageserver.com'], imageStyles: { thumbnail: { actions: ['gravity|Center', 'resize|320|180^', 'extent|320|180|+0|+90'] } // ... }, }] ] ```

@adamkhan i am not sure but i assume if u use strapi in a running node.js server env that would be the ideal place where the image library resize, crop...

Maybe this could be solved by this (pseudo code) ```js ['@reallifedigital/nuxt-image-loader-module', { imagesBaseDir: 'images', imageStyles: { placeholder: { actions: ['gravity|Center', 'resize|60', 'quality|40' ] }, thumbnail: { actions: ['gravity|Center', 'resize|480|270', 'quality|95']...

..mmh, i was able to work around with: ``` geocoder.on('results', () => { const noResults = document.querySelector('.mapbox-gl-geocoder--error.mapbox-gl-geocoder--no-results') if (noResults) { noResults.innerHTML = 'Keine Strassennamen in Basel gefunden.' } }) ```

@neves is this going to be merged?