Paul Gschwendtner

Results 53 issues of Paul Gschwendtner

When writing signal compliance tests, we need to limit these to only the template pipeline.

area: build & ci
action: review
target: patch

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...

area: build & ci
target: minor

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...

area: build & ci

See individual commits

action: review
area: core
core: queries
target: minor
cross-cutting: signals

There were some changes to the Copybara config that should be reflected here as well.

action: merge
area: build & ci
target: patch

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`....

help wanted
package: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...

package:karma

[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...

AGENDA ITEM
8.x

### 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...

bug
funding needed