Sumanth Chinthagunta

Results 139 comments of Sumanth Chinthagunta

Example, if you have to use combine `systemRootCerts` and `self-signed root cert` as trust certs when gRPC client has to connect to both production server endpoint (server cert signed by...

Yes you can check here https://github.com/xmlking/grpc-starter-kit/pkgs/container/grpc-starter-kit%2Fgreeter

here is my initial implementation https://github.com/xmlking/ngx-starter-kit/tree/develop/libs/ngx-utils/src/lib/directives/in-viewport demo https://xmlking.github.io/ngx-starter-kit/dashboard/experiments/viewport

i mean something like this https://github.com/nrwl/nx/blob/master/packages/schematics/src/collection/ng-add/index.ts#L97

may be we can change the `type` here https://github.com/ngxs/schematics/blob/master/src/utils/common/lib.config.ts#L44

> A dockerfile is not a repro. Please follow the instructions you saw when you opened this issue https://github.com/sveltejs/kit/blob/master/.github/ISSUE_TEMPLATE/bug_report.yml @Rich-Harris I will make a public repo and share it shortly....

Here is the minimal repo to reproduce docker build error https://github.com/xmlking/svelte-starter-kit This repo is created with `npm create svelte@latest my-app` clone this repo and try to build docker image following...

my bad. I missed including the newly added `/vite.config.ts` file in my `.dockerignore` after including `/vite.config.ts`, it worked as expected. But the error message was weird. `Could not resolve entry...

Thank you very much @oknozor Cog is helping my team do consistent commits , change logs and Version bumps.