godmar

Results 25 issues of godmar

To reproduce: - Follow [EDK2 Build Instructions](https://github.com/tianocore/tianocore.github.io/wiki/Build-Instructions#edk-ii-build-instructions) - Follow [Manually configuring the container](https://github.com/tianocore/tianocore.github.io/wiki/How-to-Develop-With-Containers#manually-configuring-the-container) - Run: ```bash docker pull ghcr.io/tianocore/containers/ubuntu-22-dev:latest CONTAINER_DIR=/devel CONTAINER_NAME=tianocore-dev docker run -i -v $(realpath code):${CONTAINER_DIR} \ --workdir=${CONTAINER_DIR} \...

**Describe the bug** When replaying a log that contains logged data of types that are a subtype of [`MutableMeasure`](https://github.wpilib.org/allwpilib/docs/release/java/edu/wpi/first/units/MutableMeasure.html), a `ClassCastException` occurs. This means AdvantageKit cannot replay logs containing mutable...

bug

This PR aims to address the inability to restore mutable measures from replay logs via `LogTable.get` as discussed in [issue 222](https://github.com/Mechanical-Advantage/AdvantageKit/issues/222#issuecomment-3576176739) The approach is to create, via reflection, an object...

See subject. This code in [`scanner.c`](https://github.com/tree-sitter/tree-sitter-bash/blob/56b54c61fb48bce0c63e3dfa2240b5d274384763/src/scanner.c#L309) won't compile. See also [here](https://github.com/tree-sitter/tree-sitter/issues/2320). Compiles with clang 14. ``` tree-sitter-bash/src$ gcc -Werror -Wall -c scanner.c In file included from scanner.c:1: scanner.c: In function...

The [main page](https://github.com/tree-sitter/tree-sitter-bash?tab=readme-ov-file#development) advises to: Build and run the tests: ``` npm run build ``` but there is no such script: ``` $ npm run build npm error Missing script:...