Bob Stockdale

Results 16 issues of Bob Stockdale

I'm seeing this error if the upstream closes the connection (or times out?) ``` 17:11:16.935 [error] Process #PID raised an exception ** (FunctionClauseError) no function clause matching in Download.handle_async_response_chunk/2 (download)...

To reproduce: 1. Create a user pool with `--username-configuration CaseSensitive=false` 2. Register a user passing in a mixed case username 3. Attempt to perform a function where the username is...

The `FormContext` is explicitly set within `FormRenderer` without allowing for the component consumer to set/override any values. This makes it very difficult to base on field off of another, such...

This module depends on `req.query` which means it won't work with vanilla `connect` but requires `express`. adding a small middleware like this solves the issue. maybe it can be worked...

I have a test in my project which uses the scanner programmatically to ensure the project is only using allowed licenses. When attempting to use the `async: true` option with...

https://github.com/stocks29/elliptic-test/blob/master/index.js

it would be awesome to allow tasks to be run in parallel to speed things up. perhaps something like: ```elixir config :git_hooks, hooks: [ pre_commit: [ tasks: [ {:parallel, [...

This is because the `sub` attribute is not populated in the access token for migrated users, so this lookup fails: ``` const user = await userPool.getUserByUsername(ctx, decodedToken.sub); if (!user) {...

It would be great if the client would optionally pull credentials from EC2 instance metadata at the least, or optimally mimic the default credential provider chain: http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html#using-the-default-credential-provider-chain

Although undocumented, there is an endpoint to get a github user by id: https://stackoverflow.com/questions/11976393/get-github-username-by-id/30579888#30579888 https://api.github.com/user/1 It would be nice to add support for this although docs probably need to state...