superlou

Results 149 comments of superlou

If you have the delay when regaining focus, I believe the symptoms are identical to [this issue](https://github.com/atom/atom/issues/9544).

There is a [glimagesink](https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad/html/gst-plugins-bad-plugins-glimagesink.html) which at least sounds like it might use OpenGL directly. It still needs the Window ID to render frames onto the drawable. I think I have...

Confirmed on Atom 1.9.8 on Windows with graphviz-preview 1.7.0. I can temporarily get full height by adding `height: 100%` to the webview element, but since it is reconstructed with each...

I think the two biggest cases would be bipolar encodings like AMI in the [example](https://en.wikipedia.org/wiki/Bipolar_encoding) below: ![image](https://user-images.githubusercontent.com/709695/43319256-048b696e-9172-11e8-9ee3-3c2f59297f64.png) The other use case is return-to-zero encodings like in this [example](https://en.wikipedia.org/wiki/Return-to-zero): ![image](https://user-images.githubusercontent.com/709695/43319336-579bf60a-9172-11e8-8883-b75cd0f311f9.png) It...

I hacked something quickly for wrapping [when using non-monospace fonts](https://github.com/superlou/next-beamer/blob/master/text_util.lua). It's pretty crude (doesn't understand hyphenation), but I think I can add newline support pretty easily.

I agree that some kind of text-shaping library would be a more universal solution. Would full Cairo be overkill? Making PNGs using Cairo/Pango, then loading them as image resources seems...

Is it something relatively straightforward that someone with some C background could implement as pull-request if given access to the RPi source? Is the RPi source completely closed, or simply...

That's fair. It's kind of a niche (but particularly helpful) product. I'm hoping to sell my organization on a few licenses this year, and if it goes well, more the...

I also see this deprecation warning on Ember 4.6.

Sorry, I might have used the wrong term. I believe it is the titlebar (see above pictures). The region with the "open folder" drop-down and Window min/max/close isn't visible.