Steve Winton

Results 31 issues of Steve Winton

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade string_decoder from 0.10.31 to 0.11.10. ![merge advice](https://app.dev.snyk.io/badges/merge-advice/?package_manager=npm&package_name=string_decoder&from_version=0.10.31&to_version=0.11.10&pr_id=adef9528-42ba-4c3b-bcfd-8a1c351319f5&visibility=true&has_feature_flag=false) :information_source: Keep your...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade lodash from 4.17.13 to 4.17.21. ![merge advice](https://app.dev.snyk.io/badges/merge-advice/?package_manager=npm&package_name=lodash&from_version=4.17.13&to_version=4.17.21&pr_id=c8573bed-1e95-4b21-a8ce-c5881fb19b92&visibility=true&has_feature_flag=false) :information_source: Keep your...

Use a workflow similar to this one to regenerate Insomnia routes whenever a new octokit/routes release becomes available: ```yaml name: Update REST API endpoint methods on: repository_dispatch: types: [octokit-routes-release] jobs:...

It would be nice if you could customize the generated JSON file, e.g. via some `~/.insomniarc`, which would allow you to specify things like... 1. A personal access token 1....

Hey there! Thanks for making this `oauth` module, it's awesome! Curious if there is interest in adding support for [the Microsoft identity platform's OAuth device flow](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-device-code#device-authorization-request)? I took a quick...

I'm having problems authorizing access to my Microsoft account, it seems to be that the web server isn't being initialized to handle the exchange of the temporary code for the...

We should provide more tests, particularly `entrypoint.sh`, using `bats`.

Having the ability to skip files via some kind of `.linter-alex.yml` would be handy. ## E.g. ```yaml --- skip: - CODE_OF_CONDUCT.md ```

enhancement