Philip Hannent

Results 9 issues of Philip Hannent

Randomly I get an error in the library, it is not something I can reproduce because it happens randomly. `app.js: unhandledRejection] Root RejectionTypeError: Cannot read property 'documentElement' of undefined at...

#### Steps to Reproduce To make use of socket reuse via HTTP keep alive's , we have been setting the agent on our fetch requests and using the library to...

I don't see in the source anywhere that you are handling git sub-modules. On some of my repos I need to pull and then run: `git submodule update --init --recursive`...

enhancement

The machine is an Azure VM. === REDIS BUG REPORT START: Cut & paste starting from here === Redis version: 5.0.14.1 [7556] 15 Apr 07:49:55.467 # --- ABORT [7556] 15...

The request library has a lot of dependencies which can contain security issues. This pull request swaps the request dependency for phin which is the smallest http request library in...

Good morning, Firstly, thanks for the project. I have tripped over a problem recently where the API doesn't return me what I was expecting. Whilst I know the solution to...

Currently all of my endpoints are under the default group. My routers are a little complex where an endpoint has been moved but legacy endpoints are maintained. For example, the...

question

Hi, Thanks for the plugin. Looking over the documentation there is a use case that I have that isn't easy to see how I would address it with this plugin....

I am looking for clarification of the following function calls, in terms of their behaviour: https://github.com/weyoss/redis-smq/blob/master/docs/api/classes/ProducibleMessage.md#setttl https://github.com/weyoss/redis-smq/blob/master/docs/api/classes/ProducibleMessage.md#setconsumetimeout I have a queue on which I put messages onto at specific intervals...