-
Many of the example protocols import from otcustomizers, but this package is not installed by default on the OT2
-
valgrind ./my_program
```
==15137== Massif, a heap profiler
==15137== Copyright (C) 2003-2015, and GNU GPL'd, by Nicholas Nethercote
==15137== Using Valgrind-3.11.0 and LibVEX; rerun with -h for…
-
Right now we're relying on `OT_TESTING` being set in `Serial_Dilution_ELISA` to disable a long `time.sleep` that is used to power off the robot.
In `protolib/parse/protocol.py`, we could monkeypatc…
-
[17:01:27 ERROR]: [ProtocolSupportStuff] Unhandled exception occured in onPacketSending(PacketEvent) for ProtocolSupportStuff
java.lang.IllegalArgumentException: Cant compare order from different typ…
-
PR build fails when there's no matching branch in the `protocol-library` repo.
`The command "pip install "git+ssh://git@github.com/OpenTrons/protocol-library.git@$OT_BRANCH#egg=protolib"" failed an…
-
I followed the installation steps and everything worked until I executed the following command:
cmake --build . --config Release
There I get this error message:
C:\Program Files (x86)\MSBuil…
s5919 updated
6 years ago
-
## Problem
Currently the result of depmap looks unfriendly to human, especially with long list of dependencies
```
$ ./pants depmap examples/tests/java/org/pantsbuild/example/::
internal-exam…
-
[00:17:48 ERROR]: Error occurred while enabling JI v3.0.0 (Is it up to date?)
java.lang.NoSuchFieldError: STONE_SLAB2
at com.devonduty.dd.(dd.java) ~[?:?]
at com.devonduty.JI.onEnab…
ghost updated
7 years ago
-
```python
grpc_gateway_proto_library(
name = "protolib",
protos = ["message.proto"],
with_grpc = True,
)
```
Fails when trying to build:
```
no such attribute 'with_grpc' in 'go_library…
-
Not everyone has an android development environment properly configured. I'm running into an issue where when I run an operation over lots of targets that reference android_\* definitions in BUILD fi…