Piyush Jha

Results 5 issues of Piyush Jha

Seems like the user underscore removed this js script. `documentcloud.github.io/underscore/underscore-min.js Failed to load resource: the server responded with a status of 404 (Not Found)`

``` DOMException: Blocked a frame with origin "http://donohoe.io" from accessing a cross-origin frame. at HTMLIFrameElement.processResponse (http://donohoe.io/projects/hn/js/request.js:62:71) ```

Register doesn't checks for + emails. For example [email protected], [email protected] and [email protected] will go to the same address. (Some email providers might be different though)

Issue: Vercel CLI has started pulling variables automatically on project linking even **_without_** specifying an environment. Our deployment pipeline has broken due to a recent change in the Vercel CLI...

Add user-facing key-value store for storing flags and environment variables: - `bd set ` - Set a key-value pair - `bd get ` - Get a value by key -...