Benjamin Selyem

Results 4 issues of Benjamin Selyem

Input validation. Fixes #5 Hello! This is a pull request implementing an input validation feature for, `input`, `hidden`, `secure` prompts. I ran `npm run test`, and there were no errors,...

Implementing a new feature described in issue https://github.com/sindresorhus/electron-store/issues/18. Type information is stored under `${INTERNAL_KEY}.type` as suggested, the `get` method checks if there's a type key present, if there's it converts...

Hi! This PR aims to implement the feature described in #5. Here are some of the things I did: - Implement a time zone changing feature - Update docs -...

**Summary** This PR adds a proxy plugin to saber that acts like the webpack devServer proxy specified in issue #343 - Adds a simple and quick way to proxy requests...