Mayer Analytics

Results 8 issues of Mayer Analytics

What is the difference between `p4nenc256w32` and `p4nenc256v32`? The `v` stands for vertical, I believe. I cannot find any information about what 'vertical' means, nor what the 'w' variant might...

While making a little port of the 'Hello World' example on [fltk.org](http://www.fltk.org) ```c++ // http://www.fltk.org/doc-1.3/basics.html #include #include #include int main(int argc, char **argv) { Fl_Window *window = new Fl_Window(340,180); Fl_Box...

The documentation should be changed so that [hackage](https://hackage.haskell.org/package/PortFusion) shows the link to [fusion.corsis.tech](http://fusion.corsis.tech) instead of [fusion.corsis.eu](http://fusion.corsis.eu).

Hi Joel, I'm getting a very strange error in apdu.encode(xpdu): ```text Traceback (most recent call last): File "/home/pi/miniconda3/lib/python3.4/site-packages/bacpypes/appservice.py", line 1486, in sap_indication apdu.encode(xpdu) File "/home/pi/miniconda3/lib/python3.4/site-packages/bacpypes/apdu.py", line 695, in encode Sequence.encode(self,...

Reason: The URL [https://www.epexspot.com/en/market-data/intradayauction/quarter-auction-table/2017-05-26/DE](https://www.epexspot.com/en/market-data/intradayauction/quarter-auction-table/2017-05-26/DE) does not work anymore.

Am I the only one experiencing very slow ,ht and ,hl? With Haskell-vim-now I see a lot of gcc/clang compiling in the background every time I hit ,ht or ,hl....

Also monitor the connection and reconnect when it's stale

enhancement

I can't quite figure out how to catch decompression errors. I'd expect the usual mechanisms, `try` or `catch`, to work. But `LzmaRet` Exceptions thrown by `decompress` cannot be caught. Here's...