gyorokpeter
gyorokpeter
The reason this happens is that there is no \l on the call stack corresponding to the file load of the main script, which the .finos.dep.currentFile function relies on. Initially...
Péter Györök / KX
Péter Györök/KX
Péter Györök/KX
Is there a way to know which index in the array maps to which key? By adding a pause after changing the color of each key I found that it...
openRgbClient.UpdateLeds takes an array of colors. But there is nothing to indicate which element of the array corresponds to which key. For example for my keyboard, index 0 does nothing,...
Péter Györök / KX
Apparently q switches to exponential notation if the exponent is less than -4 or greater than 16. Do we want to mirror this behavior in studio? Or should it be...
How about the other errors that changed meanings between versions like `branch` or `locals`? If the user is still connecting to a 2.x instance, this can be confusing because they...
The protocol version puts a lower bound on the q version, as older versions don't support the features introduced in the new versions. However the Java API can't handle protocol...