Max Marrone

Results 28 issues of Max Marrone

Currently, DSMFL libraries are only static. That means that each DSFML component needs its corresponding DSFML-C component _explicitly_ linked alongside it, like so: ``` -ldsfml-graphics-2 -ldsfml-graphics -ldsfml-window-2 -ldsfml-window -l(...) ```...

enhancement

Remove an obsolete `# TODO` comment from before we had `FlowRateMixin`.

api
protocol-engine

Closes RSS-64. # To do: * Update our Decoy version to take advantage of an async thing * Other commands (`aspirate`, etc.) in this PR? * Add tests for new...

# Overview This PR fixes some bugs related to renaming robots. Closes #10687. This was a bug with the error-handling of certain invalid names. Closes #10197. This was a bug...

# Overview The Opentrons App seems to be mishandling Protocol Engine command errors raised during Labware Position Check. # Steps to reproduce 1. Start a run on a robot and...

bug
app

# Overview When you update module firmware through the Opentrons App, the user experience can be a little confusing because of the lack of an activity indicator. # Steps to...

app
heater-shaker
6.0-feedback

### Overview As noticed by @mcous in https://github.com/Opentrons/opentrons/pull/10559#pullrequestreview-998944528: > Hashes in robot names break the UI quite badly > * Even with renaming, the app treats names as robot identifiers...

bug
app
6.0-feedback

# Overview This ticket takes over for PR #5794, which was a first step at a solution to this problem. `make docs` prints a lot of Sphinx warnings, which makes...

api
docs
feature-request
robot-svcs
Robot Tech Debt

# Overview The `POST /server/name` HTTP endpoint saves its input, basically raw, into the `/etc/machine-info` file. The `/etc/machine-info` file is not owned by us—it's a systemd thing—and it does not...

bug
update server
robot-svcs

# Overview Certain kinds of protocols will fail at runtime if Labware Position Check was cancelled midway through in a certain way. # Steps to reproduce 1. Write a JSONv6...

bug
api
robot-svcs
robot server
protocol-engine