Dmitry Cherkas

Results 10 comments of Dmitry Cherkas

@DmytroTroynikov, same functionality might be achieved by combining [AEM-Rules-for-SonarQube](https://github.com/Cognifide/AEM-Rules-for-SonarQube) with [SonarLint](https://www.sonarlint.org/intellij/). Still, no doubt, that having them as a part of plugin will simplify local setup significantly.

Hi @bingbing8, I'm trying to clone a Git repo from the server, which I set up with OpenSSH on Windows (`OpenSSH_for_Windows_7.6p1, LibreSSL 2.6.4`), but I'm facing same issue as described...

To resolve this issue, make sure to put Arduino SDK under one of search paths: ``` if(UNIX) file(GLOB SDK_PATH_HINTS /usr/share/arduino* /opt/local/arduino* /opt/arduino* /usr/local/share/arduino*) elseif(WIN32) set(SDK_PATH_HINTS "C:\\Program Files\\Arduino" "C:\\Program Files (x86)\\Arduino"...

AFAIK, this does not work with cygwin on Windows. Consider switching to mingw. On Dec 19, 2015 08:38, "Florian Krauthan" [email protected] wrote: > Ok I am one step further if...

There are forks available with this issue fixed, e.g. https://github.com/rjuang/CLionArduinoPlugin (currently pending a pull request)

Dependency on the old `flyway-core` is actually causing the plugin to fail, when used together with a fresh version of Gradle Flyway Plugin (`org.flywaydb.flyway`) due to a method signature update:...

The error is super-misleading, so it took me a while to figure it out. With Flyway 9 -> 10 upgrade you need to explicitly add `org.flywaydb:flyway-database-postgresql` dependency to the classpath...

The error is super-misleading, so it took me a while to figure it out. With Flyway 9 -> 10 upgrade you need to explicitly add `org.flywaydb:flyway-database-postgresql` dependency to the classpath...

Hi @bipsendk, This component does not keep the BLE connection open, it only checks on the device from time to time, so implementing the LED indication exactly as you've described...

Not sure I understand the value/rational of keeping the following overloads deprecated, when the proposed replacement cannot be used due to the ambiguity issue described above. ``` @Deprecated("use trace instead",...