Aaron Dietz
Aaron Dietz
Hy there, I use sequelize in an existing project which forces me to put everything that is not configuration in a src folder. ``` - package.json + config -- config_sequelize.json...
Added comments to the PTW.scala file according to the RISC-V ISA to clearify the definition of vals and some other classes. https://riscv.org/specifications/privileged-isa/ chapter 4.2
In the version [13/03/2018] I can not access my SD card. If I try to, the file manager opens, the SD card is shown, but no files are listed. It...
Hy there, I completed the git clone and RISC-V front-end install to /usr/local/ After ``` ./configure --with-riscv=/usr/local make ``` I get ``` g++ -I. -MMD -I/usr/local/share/verilator/include -I/usr/local/share/verilator/include/vltstd -DVL_PRINTF=printf -DVM_COVERAGE=0 -DVM_SC=0...
Sometimes when executing checks certain variables are ignored. For example in the getterIsSetterCheck when there is no setter for a getter, this getter will be ignored and the test will...
Correctly the singleThreadExecuter executes all test in a row. Errors are displayed above the final result and thus it might be unclear what actually failed the specific test. Collect the...
Sometimes there might not be a pair of getter and setter for a hidden variable. Implement separate checks for getter and setter. Work with reflections to view/edit internal variables
Sonar reports incomplete test coverage if @EqualsAndHashcode annotation in Lombok is used
Hi Jean, thanks for creating this project. It works great for me. The production version of my documentation is behind a basic auth access. Would it be possible add the...