techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.8K
active users

Doug Parker 🕸️

Just wasted an hour debugging why:

```BUILD
load("@aspect_rules_ts//ts:defs.bzl", "ts_config")
load("@npm//@bazel/typescript:index.bzl", "ts_config")

ts_config(
name = "tsconfig",
src = "tsconfig.json",
)
```

Wasn't working as expected.

Apparently is just ok with loading the same symbol from two different locations and has no complaints! 🙃