Gordon Brander
Gordon Brander
(Exported from Trello https://trello.com/c/623OcLKP/997-create-a-test-to-compare-output-from-desired-with-commanded-measured-raw-and-actuators)
- Do all the collation on the backend. - Would be good to try to get an equal time-range for each datapoint type while staying under the limit - Send...
the ec sensor assume the water to always be 25 deg C, this is not a fair assumption however, the sensor temperature compensation can be set. so if we subscribe...
This would be nice for our codebase, but is currently not supported by roscomm. Adding this card to track progress from maintainer. (Exported from Trello https://trello.com/c/zxoVXDHA/748-add-list-function-to-rostopic-package)
We should create the ability to pause a recipe (stop and re-start at a given time). - When restarting, we should make sure not to emit another recipe_start datapoint. We...
`architecture.md` and `Synthesis UI.md` are out-of-date. It might be better to remove them and link to a wiki page from `README.md`. @Gozala any preference?
We should consider moving the contents of the Noosphere explainer to a markdown file in this repo https://docs.google.com/document/d/1oUunOtzj27JmCFAD5Qpt1EGKseUcTzk2xq3Aok0kDxk/edit?usp=sharing
New "purple warning" in Xcode 14 "Publishing changes from within view updates is not allowed, this will cause undefined behavior.", seemingly related to https://github.com/subconsciousnetwork/ObservableStore/blob/main/Sources/ObservableStore/ObservableStore.swift#L229 ``` self.state = next.state ``` We...
This PR sketches out one potential solution to #18. It refactors our approach to sub-components by decomplecting action sending from state getting. - Removes `ViewStore` - Introduces `Address.forward(send:tag:)` which gives...