DanielGuramulta
DanielGuramulta
> * There is an plotting artifact when plotting lare buffersizes > > 
1. Just did a fresh install of Scopy using the Windows installer and no restart was required. Should investigate if we can remove the required restart from the installer. 2....
This pull request fixes some warnings
Enforce coding style on commits. To prevent files mixing different coding styles ```cpp // example if () { ... } if() { ... } ``` we make Travis check the...