Dave Sag

Results 25 issues of Dave Sag

I am using The `Markup` component as follows ```jsx const NewsItem = ({ title, subtitle, content }) => ( ) ``` The `content` I get from an API call can...

Hi, I was wondering if you could answer this for me. I want to use `bcrypt` to one-way hash my `User` passwords. I've posted [a question to StackOverflow](http://stackoverflow.com/questions/16182340/how-to-protect-a-user-password-with-bcrypt-and-mongoid) regarding this,...

The solution would appear to be upgrading Jest, as per issue #13 Click to expand full audit log ``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │...

Stuff to investigate - [ ] `callbacks` - https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#callbackObject - [ ] `pathItems` - https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#pathItemObject - [ ] client certificates in `securitySchemes` - https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#securitySchemeObject - [ ] `paths` are not...

feature
idea

AMQP 1.0 is the future of AMQP apparently. - [ ] examine https://github.com/amqp/rhea - [ ] see also https://github.com/squaremo/amqp.node/issues/63 - [ ] update docs of this project to specify use...

documentation
feature
dependencies

Your `User` model is fine for a very simple case but in the real-world people will need to be able to change their passwords. Given you can't access model methods...

Here is my scenario My client app emits an action `AUTHENTICATE` via web socket to the server. My `remoteMiddleware` which handles the socket connection sets a timeout to monitor for...

In https://github.com/agraboso/redux-api-middleware/blob/master/src/RSAA.js#L6 you have deprecated the RSAA constant, however it's essential to be able to access that in the case where a `payload` function accepts the `rsaa action` and you...

Hi, could you please accept this change to add Canada to the list. Cheers Dave

`DVM 0.9.0` Installed on `OS X 10.10.1` via `homebrew`. ``` $ docker version Client version: 1.3.1 Client API version: 1.15 Go version (client): go1.3.3 Git commit (client): 4e9bbfa OS/Arch (client):...