Juha Halmu
Juha Halmu
Installed ok with miniconda (for m1)
Same issue. Installed `opencv-python`, but now want's ghostsctipt : ``` File "/Users/xxxx/Documents/Projektit/PdfExtractEnergy/energy/lib/python3.8/site-packages/camelot/backends/ghostscript_backend.py", line 31, in convert raise OSError( OSError: Ghostscript is not installed. ``` I have installed those wit brew...
Yes. This helped me too.
module.exports = { siteName: 'Gridsome', siteDescription: 'A WordPress starter for Gridsome', plugins: [ { use: '@gridsome/source-wordpress', options: { baseUrl: 'https://eetti.fi/', // required typeName: 'Wordpress', // GraphQL schema name (Optional) perPage:...
Ha, thanks. I tried first remove the word WordPress, but it crashes of course. Removing that helps. So this works. Should there be action when you press Read more or...
Updated source plugin and now Read me -link works. Before working have to do featuredMedia fix like in issue #10 to WordPressPost.vue `featuredMedia { sourceUrl altText mediaDetails { width }...
Here too
I noticed that I needed ` autorestart: false,` when I was thinking same thing.