Todd Morrison

Results 10 issues of Todd Morrison

Regression of https://github.com/dthree/vorpal/issues/60 Broken on `1.10.0`, `1.11.0` and `1.12.0` Confirmed working on `1.9.0`

When attempting to install on Windows with NPM Proxy: npm ERR! fatal: Could not read from remote repository. Walking up to dependency [autopolyfiller-stable](https://github.com/azproduction/autopolyfiller-stable) shows an inline git url: https://github.com/azproduction/autopolyfiller-stable/blob/master/package.json#L27 This...

In the all-grants example, you should surface the decision endpoint into the actual top-level routes, rather than calling res.render from within the oAuth2.js file. This will make it easier for...

Excellent work on this tool! Now, to make it really useful cross platform, it would be smart to add a structured export option so developers can diff features between platforms....

feature

When you run this off of the default image, it is likely that pacman needs to be updated to get the latest mirror list to find the efi package. To...

Just kidding. Wanted to stop by and say thanks for building this. Saved me hours of extra work trying to hack this in.

Github moved to default repos having branch `main` instead of `master` Code is looking for `master` still: ``` no reference found for shorthand 'master' ```

This could easily be put in `postinstall` if support was added for the `yarn/npm install --ignore-scripts` flag. Otherwise, `postinstall` would trigger `preinstall/install` and cycle.

enhancement

This component looks great, but I am not seeing any examples for the extensions. Can someone please provide?

Any guidance on how to support back behavior with the browser back button? Since the switch navigator is the only available option on web, the browser back button event will...