Andreas Kohn
Andreas Kohn
The same typo also exists in the associated blog post :)
These are changes I needed for creating a desktop application using this library: 1. Provide `client_id`, `client_secret`, `note`, `note_url`, and `fingerprint` in the authorization request 2. Allow reusing an existing...
**Is your feature request related to a problem? Please describe.** We're creating SARIF output with cfn-lint, and that was [broken in some case until their 0.61 release](https://github.com/aws-cloudformation/cfn-lint/releases/tag/v0.61.0). We had a...
Without this: ``` Usage: sg_reset [--bus] [--device] [--help] [--host] [--no-esc] [--no-escalate] [--target] [--verbose] [--version] DEVICE where: --bus|-b SCSI bus reset (SPI concept), might be all targets --device|-d device (logical unit)...
https://github.com/hediet/easy-attach/blob/746c21a300e20f4a5ba9f3c7f9a0b0e8bee9beec/src/index.ts#L23 But, the argument seems to be mandatory as per https://github.com/hediet/easy-attach/blob/746c21a300e20f4a5ba9f3c7f9a0b0e8bee9beec/src/index.ts#L13. I think this line should be changed to include a `{}` parameter to avoid TypeScript reporting errors in the...
Default dark-blue color for the code to insert is hard to read on a terminal with black background
Pretty much what the summary says: When the terminal background is black the dark blue color for the code I need to copy is hard to read. Is there maybe...
**Is your feature request related to a problem? Please describe.** There doesn't seem to be a way to unsubscribe from a topic in a consumer. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Right now `types/index.d.ts` looks somewhat inconsistent: Some types are defined with `type X = { ... }`, while others are...
https://github.com/sid88in/serverless-appsync-plugin/blob/18644ea4b11fc96105b88c3d075a8864ba1bc5c7/src/get-config.js#L61-L67 This (somewhat explicitly in the name) assumes that the `config.schema` would be a relative path, but that is not documented. 1. Is there a particular reason for this requirement,...