Sahin Yort
Sahin Yort
closes #112 See: https://github.com/thesayyn/protoc-gen-ts#with-bazel
Hey there. Thanks for this awesome project. I believe https://github.com/thesayyn/protoc-gen-ts should be listed among the proto rules.
This is a branch for the initial support for the generation of grpc-web compatible clients. `protoc-gen-ts` always supported grpc-web but the generated source files that are generated through `protoc-gen-grpc-web` have...
Right now we built in our custom starlark rule to use protoc-gen-ts under bazel. However, this is a maintenance burden on us and we want to rely on existing rules...
**Describe the bug** program.discover does not work with typescript compilation outputs. **To Reproduce** Steps to reproduce the behavior: 1- Create a typescript project 2- Create a program 3- Create a...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
Overview of changes; - Migrate away from rules_nodejs to rules_js - Introduce pnpm lockfile --- **Version bump**: TODO
Implements #1245. cc @jonjohnsonjr Open to any kind of suggestions. I did my best to keep the patch as small as possible. I will add tests after i address the...
The error that i've got is typed below; `Uncaught TypeError: cssText.replace is not a function at extractStyleUrls (webpack-internal:///../../../compiler/@angular/compiler.es5.js:12227) at eval (webpack-internal:///../../../compiler/@angular/compiler.es5.js:14436) at Array.map () at DirectiveNormalizer.normalizeStylesheet (webpack-internal:///../../../compiler/@angular/compiler.es5.js:14435) at DirectiveNormalizer.normalizeLoadedTemplate (webpack-internal:///../../../compiler/@angular/compiler.es5.js:14363)...
## What kind of change does this PR introduce? feature ## What is the current behavior? Before these changes, the webhook was created manually which is error-prone and time-consuming. #4...