akirchhoff-modular
akirchhoff-modular
Reported by @dom96 on Discord. 1. String literals do not persist across cells: Cell 1: `var x = "hello"`. Cell 2: `print(x)` Expected result: "hello" printed Actual result: Blank line...
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | ## Description Beginning with attrs 21.1.0, the recommended way to...
### Bug description Beginning with attrs 21.1.0, the recommended way to use attrs is through `import attrs` and using `attrs.define`/`attrs.frozen`, not `import attr` and `attr.s` or `attr.attrs`. Pylint does understand...
### Description of the problem / feature request: When building an `android_binary` using remote execution and without explicitly passing `--noexperimental_check_desugar_deps`, the build will fail with this error: singlejar_cc_bin: external/remote_java_tools_linux/java_tools/src/tools/singlejar/singlejar_main.cc:27: Desugar...
Adds a new `raw_decode` method on the JSON and MsgPack `Decoder` classes that allow decoding objects with trailing data after them. This mirrors the interface of the `raw_decode` method in...