Luc Leray

Results 4 issues of Luc Leray

To avoid including `test` in the package. Docs : https://docs.npmjs.com/files/package.json#files

feature request

The default routes for Astro are redirecting all non-existing files to `index.html`, which means that the `404.html` page is not used, and instead `index.html` is shown for all not found...

A hook to listen to keypress events at the window level. Example, a simple key logger : ```jsx function MyComponent() { const [keys, setKeys] = useState([]); function onKeyPress({ key })...

We're seeing the following errors on zeit.co/solutions/vue, where we're using this component: ``` TypeError Cannot read property 'ready' of undefined ``` I believe this is happening because the "onload" event...