oxygen

Results 25 comments of oxygen

I think you might need to set error reporting to E_STRICT (or -1).

Take a look at their demo page, and go the glyph tab after loading a font. "You can find a demo GUI [here](http://pxd.me/php-font-lib/www/font_explorer.html)." This is the source code of that...

The original fonts work as a preview without any errors in Chrome and Firefox. The subset fonts fail in Chrome and Firefox. The subset fonts work just fine in the...

This may be useful: "incorrect entrySelector for table directory" is thrown here: https://searchcode.com/codesearch/view/26727670/ Line 242 ``` // entry_selector is Log2(maximum power of 2 entry_selector != max_pow2) { return OTS_FAILURE_MSG_HDR("incorrect entrySelector...

No, and I vaguely remember reporting it to Google, but most likely I didn't. This needs to be reported to Chrome and Firefox and see if its their fault. I...

The harvester process (and all the other processes) don't keep file handles open to your plot files (checked using Process Explorer). I am clueless to how Windows or this project...

``` +--------------+ +---------------+ socks:// | | tcp://example.com | | tcp:// Apps bs-client bs-server targets | TCP server ->| |

Site A An application which needs to connect via SOCKSv5 to SSH, HTTP(S) and IPMI to services in site B. Has public IP / IP forwarding support, so it can...

Many users of this library (including me) encounter this problem and need to set `changeOrigin: true`: https://stackoverflow.com/questions/14262986/node-js-hostname-ip-doesnt-match-certificates-altnames/45579167#45579167 Not far fetched to say some are just giving up before finding out...

To generate a dh file using openssl: `openssl dhparam -out dhparam4096.pem 4096`