Paul Gschwendtner
Paul Gschwendtner
When writing signal compliance tests, we need to limit these to only the template pipeline.
We already collect and report benchmark results for comparison runs, but for normal benchmark runs we should do the same to make the results more discoverable (and not in the...
Replaces the legacy Saucelabs infrastructure with Bazel, so that we do not have two compilation pipelines processing source files. The legacy pipeline caused increased infrastructure complexity, and also made it...
See individual commits
There were some changes to the Copybara config that should be reflected here as well.
Hey team, this is more of a question than an issue, but I wanted to check on the maintenance of the `concatjs` devserver that is shipped as part of `@bazel/concatjs`....
Currently the `ts_web_test_rule` uses an internal Karma configuration that only `includes` files which have been templated with `TMPL_bootstrap_files` and `TMPL_user_files`. This means that there is no way for developers to...
[The function signature for `toHaveBeenCalledWith`](https://github.com/DefinitelyTyped/DefinitelyTyped/commit/7456aa4eec4bcfc03259a7d32e619d0607bbed3b#r37354130) unfortunately breaks if a generic function that consists of overloads is passed. TypeScript is not able to infer the proper overload for functions through generics....
**Concrete issue** When you import `rxjs` from NodeJS from an ESM file, the loading of the RxJS files fails with syntax errors because NodeJS treats them as CommonJS. **Background:** NodeJS...
### What happened? Consider you are using a project that has a direct dependency on `A`. Where `A` then has a dependency on `B`, but the package is aliased to...