Frederik De Bleser
Frederik De Bleser
I just installed upterm and ran `ls -G` (which is aliased to `ls`) in my home directory with this result:  Note that the...
Support both the `kern` table and `GPOS`.
E.g. platformID = 1, encodingID = 0 as used in http://www.ivank.net/BRUSHSTP.ttf.
I'm just getting started with guify, but I run into an issue when using the npm version. The default export is not a constructor: All I'm doing is this: ```js...
The [image-to-json.py](https://github.com/PracticalDL/Practical-Deep-Learning-Book/blob/d14a375379ab31874e23363d5fa009e1b3ea3ad4/code/chapter-9/image-to-json.py#L36) conversion script used in chapter 13 does not preprocess the data, instead leaving all inputs as values between 0-255. If used with the model from chapter 3, the...
Make scatter available on the whole geometry, per path or per contour. Per contour is a bit weird: if the letter "o" contains two contours, the inside contour will have...
Currently, there is no place to put custom node libraries you've written. Add support for a (user-configurable?) search path that contains user libraries. Nodes from user libraries will be automatically...
How would you implement a treemap in NB3?
It should be possible to insert a node between an existing connection, without having to reconnect everything. So from this:  to this: ![screen...
Users don't really care when errors occur in the application: certainly not enough to have them appear in their face. Make an icon in the bottom bar and show it...