wimrijnders

Results 16 issues of wimrijnders

With respect to this project: thankyouthankyouthankyou. It solved a serious issue in my own work. Just a tiny niggle: would you mind explicitly documenting somewhere _what exactly_ is needed from...

Hereby an issue which has kept me busy for quite a while. When using method treetable() to dynamically add a new child under a given node, I was expecting that...

enhancement

Hi there, In [our unit tests](https://github.com/almende/vis/blob/develop/test/Network.test.js#L183) we use the following construct to initialize `jsdom-global`: ```js before(function() { this.jsdom_global = jsdom_global( "", { skipWindowCheck: true} ); this.container = document.getElementById('mynetwork'); }); after(function()...

This is an issue for discussing general things.

Accessing the register map won't work if the VideoCore is not powered up. This PR adds code to `detectPlatform()` to ensure that VideoCore is enabled before reading the registers. In...

I would appreciate an overall document that lists the special attributes of the library. The goal is to make the code more understandable and to get any potential up to...

This are things I encountered during kernel development. ### Operators Given: ```c++ Int a; Float b; Float c; ``` ... the following should work: ```c++ c = a+b; // No...

The timeout value on QPU execution is currently determined by the define `QPU_TIMEOUT`. It would be more flexible if the timeout could be set at runtime, e.g.: ```C++ k.setTimeout(value); //...

To inspire confidence to potential users, I think it's a good idea to add a list of platforms to the README, to indicate which combinations of platforms have been tested....

Usage of the Special Function Unit (SFU) is something I would really like to add to `QPULib`. Page 23 of th `VideoCore` Reference tells you how to do it: -...