Frederik De Bleser

Results 82 issues of Frederik De Bleser

I just installed upterm and ran `ls -G` (which is aliased to `ls`) in my home directory with this result: ![screen shot 2017-10-06 at 09 05 35](https://user-images.githubusercontent.com/8477/31266792-cdb53b2e-aa75-11e7-919f-f46e4c6ba512.png) 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: ![screen shot 2015-02-25 at 21 27 06](https://cloud.githubusercontent.com/assets/8477/6379789/19bb410c-bd35-11e4-97e0-d316eb2165f2.png) 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...