arun.jayapal

Results 22 issues of arun.jayapal

I checked the http api and came to the conclusion that the controls there are mainly for config reload, pause, and, resume. Please let me know if I missed anything...

When working with connection pools, just wanted to know if getConnection() is going to give the "same object"? Just to clarify the picture...lets assume an express app which uses oracledb...

question

### Issue type - **Bug Report:** _no_ - **Feature Request:** _no_ - **Question:** _yes_ - **Not an issue:** _no_ ### Prerequisites - **Can you reproduce the issue?:** _yes_ - **Did...

So in my app I have postgres pool active. Now if I try to instantiate a pg.Client with the same connection info as that of the pg.Pool and then call...

Is there a binary only release? Looking to get this software working right away from the command line and manually, and, not as a windows service.

Assume a bind configuration as follows: ``` { "host": "0.0.0.0", "port": 3333, "tls": false } ``` This means, it would listen on all interfaces. I instead, want it to listen...

Not sure if this issue is addressed earlier. I am trying to install mosca on raspbian buster. https://youtu.be/0fP7IcwQ6jw the npm install doesn't complete by itself. I have to manually go...

**Issue type:** [ ] question [ x] bug report [ ] feature request [ ] documentation issue **Airgram version:** [ ] `latest` [ ] `@next` [ x] `4.0.0` **Steps to...

Hi, I like your work. Each time I run the game, I get new set of tiles. However, for live-debugging what the code does, whats recommended strategy? There must be...

I believe this simple demo should recreate the problem. http://run.plnkr.co/plunks/SgRJ81TjhLpLyx7ZinUU/ Ps: should be run from inside a phonegap/cordova app You click anywhere on the large image (400x400) the cross hair...