Philip Mayer
Philip Mayer
Thanks for your answer. It was not such a big problem but it was a bit of work to get the reason of the issue. I have tested it again...
@akveo does anybody have a look at the tons of open PRs? There are a lot of useful PRs for this package and nobody does ever have a look over...
If anyone makes his own fork. Using isEqual from lodash does solve the problem with less changes, too. ```javascript // start of file import { isEqual } from 'lodash'; ......
@tomershohet's answer worked very well. Had the issue with Android (iOS still got messages). After removing the "text" Key everything works fine again on both device types.
The solution of strahlii worked for me on Manjaro Linux for Vim 8.1 Should be added as workaround int the README for Arch/Manjaro users.
I've created a PR for that: https://github.com/mobilityhouse/ocpp/pull/306
I have made a micro plugin which requires the LanguageClient-neovim plugin + solargraph gem and it works very well with completor: https://github.com/Shadowsith/vim-ruby-autocomplete
I was now able to fix the error myself. I commented out the template method `void set_option(CURLoption option, T1 arg1, T2 arg2)` which includes **curl_easy_setopt** with 4 arugments in ews.hpp...