Philippe Potvin

Results 6 issues of Philippe Potvin

For auth purpose It would be good to be able to pass function to our handler. This way you can use: ` get('/account', auth(account))` instead of ``` module.exports = async...

let say: ``` const api = withNamespace('/v1') const affiliate = withNamespace('/affiliate') api( affiliate( post('/affiliation', affiliation) get('/dashboard', dashboard) ) ) ``` instead of ``` const api = withNamespace('/v1') api( post('/affiliate/affiliation', affiliation)...

- [x] I am on the [latest](https://github.com/zeit/hyper/releases/latest) Hyper.app version - [x] I have searched the [issues](https://github.com/zeit/hyper/issues) of this repo and believe that this is not a duplicate - **OS version...

🐛 Type: Bug
🖼 Platform: Windows

Would be great to be able to define size of the vector in order to make tray icon for application. Like 16px.

See https://github.com/zeit/hyper/pull/3485 for more information

# Working on this again Iteration circle into multiple PR. Closes Issues #785, #567 ## Provide __app quit and process quit -> state restoration after shutdown / restart__ This PR...

🙅‍♀️ Status: On Hold
WIP