quote

martedì, settembre 10, 2019

Issue with wireless Ubuntu 18.04 - board QCA6174


Workaround:
  1. Replace the folder /lib/firmware/ath10k/QCA6174/hw3.0 with the corresponding from https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0
  2.  rename firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 to firmware-6.bin


giovedì, marzo 28, 2019

Information about maven plugin

$mvn help:describe -Dplugin=io.swagger.codegen.v3:swagger-codegen-maven-plugin:3.0.7 -Ddetail=true
link

martedì, marzo 19, 2019

Debugging test with maven

$ mvn -Dmaven.surefire.debug -Dtest=MultipleJsonDatasetLoaderTest#loading_Multiple_Dataset_Loading_From_Jar test
From intellij remote attach debug on port 5005

venerdì, marzo 08, 2019

intellij - find class not working

In case [ctrl]+[N] is no longer working in intelli then delete the following folder: %USER_HOME%\.IntelliJIdea70\system\caches.
link