Fixing anchor links in INSTALL.md
Some of the anchor links are not working. Need to use `-` instead of `_`. - current: https://github.com/GoogleCloudPlatform/fourkeys/blob/d6f11f774f18753d9daadec3200c448e8050b0c4/setup/INSTALL.md ...
Some of the anchor links are not working. Need to use `-` instead of `_`. - current: https://github.com/GoogleCloudPlatform/fourkeys/blob/d6f11f774f18753d9daadec3200c448e8050b0c4/setup/INSTALL.md ...
Hello, I love this gts project and use this in many projects. This makes me free from chores. But the release cycles are not so fast beside other typescript ecosystems. I’m always waiting to be rel...
There is `.eslintrc.json` in `build/` directory that is generated by tsc. This file is loaded from `build/src/index.js` but not listed in the files field. This is already included in published tarb...
There is an example in the README for use with @graphql-codegen/add. https://github.com/piglovesyou/graphql-let#graphql-let-specific-options But I couldn't get the generated codes including the se...
<!-- Before submitting a Pull Request, please ensure you have signed the CLA using this GitHub App: https://cla-assistant.io/renovatebot/renovate --> <!-- When creating this PR on GitHub, please en...
Resolves #7336 Build triggered by `docker-compose run` doesn't consider `COMPOSE_DOCKER_CLI_BUILD=1`. This pull request make `docker-compose run` pass the the `cli` option to build images by docke...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. (Compile and run.) - [x] Add or ...
<!-- Please fill out the information in this issue template so that we can efficiently process your request for a new library to be added to cdnjs --> <!-- To add a library to cdnjs, it must have ...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. (Compile and run.) - [x] Add or ...
Fixes #35161 Updates #34439
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13.3 darwin/amd64 </pre> ...
I'm using AppEngine flexible environment (not custom runtime) and [Cloud Build GitHub App](https://github.com/marketplace/google-cloud-build) for testing. But AppEngine deploy flow and the GitHub A...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. (Compile and run.) - [x] Add or ...
<!-- Thank you for your pull request. Please make sure this PR is scoped to one change, and that any added or changed code includes tests with greater than 80% code coverage. See https://github.com/p...
I was stuck about this problem! - Giving `Text::Xslate::HashWithDefault` as vars - Binding same var name (e.g. `{ foo => $foo }`) on `include` - $foo is missing from included template code: ...
Fixed this ```perl my $handler = DBIx::Handler::Sunny->new(...); $handler->txn(sub { my $db = shift; # DBIx::Handler # ... }); ```
Using `setq`will overwrite user's `ac-sources`. I hope to use tss completion also with other sources (e.g.`ac-source-words-in-buffer`, `ac-source-yasnippet`) without hack. If you think current behavi...
Giving `0` to `$opt->{limit}` and `SQL::Maker::Select#limit`, I expect SQL::Maker to generate `LIMIT 0` query. ``` perl my ($sql, @binds) = $builder->select('hoge', ['*'], +{}, {order_by => 'created_...