Doug Daniels
Doug Daniels
**Describe the bug** Add support for github deployments API - https://developer.github.com/v3/repos/deployments/
## Feature Request **Is your feature request related to a problem? Please describe.** I want to use react-snap with S3 + CloudFront, but it's problematic to have to setup rules...
This is a minor nitpick but with semantic versioning in an SCM like git the standard advice says to name it `v${major}.${minor}.${patch}` - https://semver.org/spec/v1.0.0.html#tagging-specification-semvertag > This sub-specification SHOULD be used...
For the fixes from #264 and #262 I think a new github release will need to be made for it to apply to the `sail` install instructions: ``` $ curl...
Installing the docker (https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) vs-code extension fails: ```dockerfile RUN installext ms-azuretools.vscode-docker ``` ``` Installing extensions... Extension 'ms-azuretools.vscode-docker' not found. Make sure you use the full extension ID, including the publisher,...
**Describe the bug** sdtt does not report invalid JSON syntax errors as a failure and skips those JSON-LD blocks. ``` $ sdtt --url https://supplydrop.com Error in jsonld parse - SyntaxError:...
Downloading the prebuilt MacOS binary fails to launch on MacOS Monterey on an M1 arm64 macbook. > **“OneLife_v217” needs to be updated.** > The developer of this app needs to...
I was able to compile OneLife for my on my Macbook with an M1 processor arm64 architecture. When I launch it the actual game display appears to only take up...
## Current situation Running: ``` $ go install github.com/kinvolk/go-shamir/cli@latest $ cli --help Usage: shamir [command] Available Commands: combine Reconstruct a secret from the parts read from stdin help Help about...
## Overview It'd be nice if this library supported a way for `http.Client` outgoing requests to utilizing `limiter.Limit` to rate limit based on configured API rate limits useful for things...