Kiran Pradeep
Kiran Pradeep
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
In most other similar libraries for option/result, we don't similar type inferencing. I like that for `Option`, once inside if() we can directly use the variable. Similar for `Result`, once...
Currently, the plugin fails to load if Postgres is not initially available. More importantly, it never attempts to reconnect in this scenario. In automated cloud deployments or docker-compose like scenarios,...
Currently after the initial load, the plugin attempts reconnection to postgre server. But the technical aspects of this reconnection are not documented. Sample queries below. 1. Is there max limit...
In below sample, both hosts `192.168.1.1` and `192.168.1.100` are reachable, ```javascript var ping = require('pingman'); async function test_pingman() { let pings = []; const hosts = ['192.168.1.1','192.168.1.100']; for (const host...