Alan Ray

Results 4 issues of Alan Ray

Great module; very nicely setup Redis on my CentOS7 system. Much easier than writing it myself. However, I found myself wanting a couple features: 1. Don't rerun install if the...

enhancement

Simple reproduction case (pino 5.8, pino-pretty 2.2.2): ``` const pino = require('pino'); const pinoLogger = pino(); const log = pinoLogger.child({ project: 'my-project' }); log.error('This case works as expected'); try {...

So having spent time figuring out how to convert various oddities of my app into Aurelia's dependency injection system, I would like to see an "advanced" document (since the current...

documentation

I'm seeing a problem with receiving multiple events in v0.5.2. I have a browser that sends multiple events. However, flask-uwsgi-websocket only reads 1 event every `timeout` seconds (30, in my...