Valentin Demeusy
Valentin Demeusy
 ## *What* is wrong? Some `TypedArray` are not supported when passed as constants or as arguments and fail silently. ## *Where* does it happen? According to the Readme,...
There is an error in the definition of the return type of kernel.getPixels Return type should be Uint8ClampedArray instead of Uint8ClampedArray[] (which would be an array of Uint8ClampedArray).
I wrote a nodejs script to generate the JSON from the CSV. Run it to see : - Number of data sources - Number of structures - Structures without data...
Main goal: - Make v6 functional in vscode extension Change summary: - update dependencies for extension - vscode language v9 - betterer v6 - use `await client.start();` instead of `client.start();await...