DoDo
DoDo
I have a schema that heavily utilises `$dynamicRef` to inject parts of schema from other files. Namely, here is the base schema: `base.json`: ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "base.json", "type":...
This helps with generating better SBOMs than the old built-in `licenses` attribute
Having this flag causes emscripten to generate a binary with pthread support, which is not compatible with browsers that do not support pthreads or with web pages that do not...
- the old crosstool_top method no longer works with bazel 8+
Using rules_license makes it easier to generate SBOMs than with old built-in licenses function.
I'm using Bazel 8 with bzlmod and pulled `cpuinfo` via Bazel Central Registy. However, when I build my target that depends on `cpuinfo` for Android platforms, I get compile error...