Beojan Stanislaus

Results 61 comments of Beojan Stanislaus

It doesn't anymore: ``` Device 'SynPS/2 Synaptics TouchPad': Device Enabled (138): 1 Coordinate Transformation Matrix (140): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 Device Accel Profile (268): 0...

[Iosevka](https://github.com/be5invis/Iosevka) already has this, but the way that font is built is very different to Inter.

Perhaps you could add loops to this, since all three supported languages have loops?

Same here. Emacs 26 on Linux (GTK3)

Any updates here? Is it still possible to just draw into the current context without setting up a window?

It appears `Chart`'s `render` member function still requires a reference to a Window. Is there a dummy Window to be passed?

They are already visually plain with the default color scheme. Making them automatically plain means this also applies when a different color scheme is applied.

In my case I used a modified color scheme and had to delve into the theme to find out why the frame numbers were suddenly being printed. If they aren't...

If you see the notes [here](https://docs.scipy.org/doc/numpy/reference/generated/numpy.vectorize.html), you'll see that the NumPy `vectorize` function basically generates a for loop (which would presumably cross the Python - C boundary on every iteration...