Did
Did
it would be nice that body-parser sets the length of the body, my use case is I'd like to know the length of a JSON payload POSTED using chunked-encoding, so...
sometimes the lookup of a value will also yield its expiration time. It would be nice that the callback of the work function allows for a third `ttl` param, for...
1. `npm i kube-watch` 2. copy ```javascript import KubeWatch from 'kube-watch'; const pods = new KubeWatch('pods', { url: 'http://kube-api-server' // Kubernetes API URL }); pods .on('added', event => { console.log('Pod...
https://github.com/expressjs/cors#configuration-options shows that you can set origin to a regexp to only allow CORS request from a given domain: > RegExp - set origin to a regular expression pattern which...
When I make a POST with a body larger than 1MB to a url protected by this module I get a 413. Config: ``` location = /api/v2/auth { internal; proxy_pass_request_body...
The error 'all job servers fail' is thrown before the job is returned making it impossible for a client app to catch it. in the scenario where all servers are...
Thanks for creating and publishing this project, I tried using it to flash multiple FW to a zigate and am getting the following error: ```bash ./zigate-flasher.py -p /dev/ttyUSB1 -w ../ZiGate_Coordinator_v3.0e.bin...
Thanks for publishing this project, it looks great, do you plan to have typescript definitions for this module ?
I'm looking for a way to only cache names for a given domain. So I'm thinking having a filter option that takes a regular expression for example, if one wants...
this is FYI, I tried installing on the latest Rapbian OS (bookworm), the installation fails for a couple of reasons: 1. /boot/config.txt and cmdline moved under /boot/firmware/ in bookworm this...