Phil Batey
Phil Batey
Looks like I need to move use mongojs instead of mongoskin before I can do this.
Since I was using mongodb 2.x.x with mongoskin from 2016, it seems like simply upgrading to 3.6.3 won't get it done. Will likely have to refactor so it doesn't use...
Can you add a unit test so that I can understand the feature this change is meant to support?
Just an FYI about another workaround for this (or at least something I think is similar). I'm using **[email protected]** and **[email protected]** (IIRC I had to use `npm i -f react-styleguidist`...
I wonder if this is the same issue that is described here: https://docs.microsoft.com/en-us/answers/questions/365956/sso-in-ios-with-safari-browser.html The first answer explains: > [...] The issue is that Apple is not properly sending cookies to...
I was experiencing the same problem (socket not released on bad credentials) using `findUser` instead of `authenticate`. I was able to get it to release the socket by adding client.destroy...
I've filed a pull-request against **ldapjs** to address this issue: https://github.com/mcavage/node-ldapjs/pull/405
I had originally thought this was a problem with scality/s3server and created this topic in their forum: http://forum.scality.com/t/quick-start-returns-signaturedoesnotmatch-on-docker-for-mac-w-s3curl-pl/125
We normally build on Mac OS and on Linux (debian via Docker)... are you on Windows? It hasn't been exercised much. On Wed, Oct 2, 2019 at 4:53 PM WildTV...
Here's s a small Dockerfile that attempts to build on a clean debian:8 (jessie) image: ``` FROM debian:8 RUN apt-get update && apt-get install -y git make gcc clang libavformat-dev...