Michael J. Ryan
Michael J. Ryan
Using this with a web api server (single logger for the application)... when running under load tests (few thousand concurrent users and millions of requests) the RAM usage will grow...
It would be nice if the expiration resolver would be able to receive the key used for caching, and the dtm of when the value was placed in cache, in...
Buffer will decode a base64url string without padding.
A general pattern in code that I often see is... ``` myvar = cache.get('key' useValue) function useValue(err, val) { if (err) ... if (!val) ... code to load, then set...
Most modern browsers support async, and have fetch. It would be better to convert to commonjs imports, without the use of corejs, regenerator, axios, and crypto. The bundle size is...
In addition to JSON file support, would be nice if YAML (`.yml`, `.yaml`) files were supported as well (easy enough to load and parse to objects, reusing the same internals...
I think that something exposing an async iterator would be cleaner to use. ``` let count = 0; let queue = []; for await (const snapshot of createTraverser(...)) { count++;...
It would be nice if there were an ***easy*** way to support publishing [OpenAPI Specification](https://swagger.io/specification/) specifications for api routes. Possibly via decorators on API route handlers. `/openapi.json` and `/openapi.yaml` at...
Just curious if anyone has any tips if I wanted to do FreeDOS with an old dos dialup terminal program and use a websocket gateway to a telnet or similar...
As it is possible to get stuck in a child area... such as the "spam posts" section of Messenger, it would be nice if there were a menu option at...