-
Experiencing:
error: in-memory-only resources policy active but in-memory extension module importing not supported by this configuration
When using WebViews:
https://github.com/r0x0r/pywebview
…
-
`ext_code` and `ext_str` take a map of variable names and values, but `ext_code_files` and `ext_str_files` use parallel arrays. In my opinion, the map is a much better experience since it is possible …
-
In a typical Python scientific computing project, the on-disk size is probably dominated by large dependencies like `scipy` and `numpy` (88 and 46 MB in my build, respectively), not to mention the sta…
-
Today, developers must take care to include sources in the `filegroup(name = "standard_package")` targets which are sprinkled around the repository.
In the best case, omitting one will be caught by a…
-
Is there more documentation (preferably with examples) for using string_list_setting? I'm trying to pass defines to a cc_library rule, like this:
```
cc_library(
name = "...",
defines = ":nr…
-
**Is your feature request related to a problem? Please describe.**
I have this task:
```yaml
tasks:
push-local:
script: >
aws ecr get-login-password --region eu-central-1 | docke…
-
### Description of the feature request:
Add a naming schema to `--output_directory_naming_schema`, `diff_against_null` that gives a known st-hash no matter which baseline configuration was used.
##…
-
## Migrate ObjcProvider linking info to CcLinkingContext
## Overview
We are planning to migrate the linking info that is currently in `ObjcProvider` to the `CcLinkingContext` in `CcInfo`. This s…
-
### Description of the bug:
https://github.com/bazelbuild/bazel/issues/181
I think this issue should be revisited.
There is a crucial difference between copt and includes:
For example, in lib…
-
Consider the following parameter to the `download_file` call:
```
ctx.actions.download_file(sha1 = "deadbeef")
```
The `sha1` attribute has been superseded by attributes like `sha256`, but rem…