longnight

Results 2 issues of longnight

Hi, after first run `deploy.sh` , those API: - /api/pool/stats/pps - /api/pool/stats/pplns - /api/pool/stats/solo keep telling: ``` TypeError: Cannot create property 'fee' on boolean 'false' at /home/username/nodejs-pool/lib/api.js:248:28 at Layer.handle [as...

bug

In PyMuPdf I can do this, on pdf files that with text layer: ``` text_dict = page.get_text("dict") for bl in text_dict['blocks']: for line in bl.get('lines', []): for span in line.get('spans',...