Christoph Rueger
Christoph Rueger
Hi @daaru00 , any chance you could have a look at this? Thanks 😃
Your fix works like a charm. @daaru00, could you review it and merge it if possible? For us this fixes a problem that locale is not detected when you directly...
Some info can be found here: https://bndtools.org/development.html
> I assume your projects do _not_ have `org.eclipse.m2e.core.maven2Nature` nature in their `.project` files? Correct. ``` com.synesty.utils.csvconverter org.eclipse.jdt.core.javabuilder bndtools.core.bndbuilder org.eclipse.jdt.core.javanature bndtools.core.bndnature ``` > You can avoid this by not installing...
Sorry, unfortunately I don't have a reproducer repo at hand. It only happened because I accidentally installed _bndtools m2e_. I have not done this before as I haven't needed it...
@ddekany could you review this PR, please? Is there anything else I need to do?
> Do you have a CLA at Apache? Yes I received a confirmation from apache around 2017 Jan: > This message acknowledges receipt of your ICLA, which has been filed...
I had this too sometimes. It is usually not a gridsome problem, but something with your data. It seems that in `PostItem.vue` an object where you try to call `.image`...
I had a similar problem with sharp but related to Mac M1 processor. [This](https://github.com/nuxt/image/issues/204#issuecomment-1001585763) has helped me.
I have extended the idea above a little bit so that I can **build** and **develop** for against two different environments. ``` # package.json "scripts": { "env-build-production": "cp -r ./environments/production/....